[Buildroot] [git commit] package/vde2: indentation cleanup

Peter Korsgaard peter at korsgaard.com
Thu Oct 13 05:38:49 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=1bd7c73a43e792083c369313d18c3203b560c482
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek at trzebnica.net>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/vde2/vde2.mk | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/vde2/vde2.mk b/package/vde2/vde2.mk
index b750adb..3bbfd5f 100644
--- a/package/vde2/vde2.mk
+++ b/package/vde2/vde2.mk
@@ -27,11 +27,11 @@ VDE2_AUTORECONF = YES
 #       in future commits.
 VDE2_CONF_OPTS = \
 	--disable-cryptcab \
-       --disable-experimental \
-       --disable-kernel-switch \
+	--disable-experimental \
+	--disable-kernel-switch \
 	--disable-pcap \
 	--disable-profile \
-       --disable-python \
+	--disable-python \
 	--enable-tuntap
 
 # Package does not build in parallel due to improper make rules
@@ -39,11 +39,11 @@ VDE2_MAKE = $(MAKE1)
 
 HOST_VDE2_CONF_OPTS = \
 	--disable-cryptcab \
-       --disable-experimental \
-       --disable-kernel-switch \
+	--disable-experimental \
+	--disable-kernel-switch \
 	--disable-pcap \
 	--disable-profile \
-       --disable-python \
+	--disable-python \
 	--enable-tuntap
 
 HOST_VDE2_MAKE = $(MAKE1)


More information about the buildroot mailing list