ipsec-tools: remove useless spaces in conditions
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 1 Feb 2015 22:25:46 +0000 (23:25 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 1 Feb 2015 22:25:46 +0000 (23:25 +0100)
commitc0c4ee62c0edad02d2e7d846d8489c625a76d774
tree9b027c2c3b23365020066ff3ef47d6fdfc110196
parent9849366388f9695b2aa532302ab67dcc47c8924d
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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ipsec-tools/ipsec-tools.mk