Commit c0c4ee62 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

ipsec-tools: remove useless spaces in conditions



We typically use:

ifeq ($(BR2_...),y)

and not:

ifeq ($(BR2_...), y)

So this commit aligns the ipsec-tools package with this common
practice.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 98493663
Loading
Loading
Loading
Loading
+7 −7

File changed.

Contains only whitespace changes.