summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-03-29 07:29:18 +0000
committerLuka Perkov <luka@openwrt.org>2015-03-29 07:29:18 +0000
commit7002f6326e9dcd4cb3272763ba9b9debd9f3a60d (patch)
tree11d190244f9d7c3c027afa78afb27c397b797eb7 /include
parent0b0315a1f2ee5a99260933de02a45ece99cfcd4e (diff)
downloadmaster-31e0f0ae-7002f6326e9dcd4cb3272763ba9b9debd9f3a60d.tar.gz
master-31e0f0ae-7002f6326e9dcd4cb3272763ba9b9debd9f3a60d.tar.bz2
master-31e0f0ae-7002f6326e9dcd4cb3272763ba9b9debd9f3a60d.zip
include: remove trailing whitespaces
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45127
Diffstat (limited to 'include')
-rw-r--r--include/debug.mk2
-rw-r--r--include/depends.mk2
-rw-r--r--include/host.mk2
-rw-r--r--include/kernel.mk2
-rw-r--r--include/netfilter.mk4
-rw-r--r--include/package-bin.mk2
-rw-r--r--include/package-defaults.mk2
-rw-r--r--include/package-dumpinfo.mk2
-rw-r--r--include/package.mk4
-rw-r--r--include/prereq-build.mk2
-rw-r--r--include/prereq.mk4
-rw-r--r--include/quilt.mk2
-rw-r--r--include/shell.sh2
-rw-r--r--include/subdir.mk2
-rw-r--r--include/toolchain-build.mk2
-rw-r--r--include/toplevel.mk2
-rw-r--r--include/unpack.mk2
-rw-r--r--include/verbose.mk2
18 files changed, 21 insertions, 21 deletions
diff --git a/include/debug.mk b/include/debug.mk
index bec74d187a..59a99c0f77 100644
--- a/include/debug.mk
+++ b/include/debug.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
diff --git a/include/depends.mk b/include/depends.mk
index 14cdcdf7a7..53e5b1e5b2 100644
--- a/include/depends.mk
+++ b/include/depends.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
diff --git a/include/host.mk b/include/host.mk
index f7368de85c..ec3ae276a4 100644
--- a/include/host.mk
+++ b/include/host.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2007-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
diff --git a/include/kernel.mk b/include/kernel.mk
index 9c3a04b635..6caf59389d 100644
--- a/include/kernel.mk
+++ b/include/kernel.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
diff --git a/include/netfilter.mk b/include/netfilter.mk
index e95744f7f1..f8b3504ecf 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -108,7 +108,7 @@ $(eval $(call nf_add,IPT_FILTER,CONFIG_NETFILTER_XT_MATCH_STRING, $(P_XT)xt_stri
$(eval $(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_MATCH_DSCP, $(P_XT)xt_dscp))
$(eval $(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_TARGET_DSCP, $(P_XT)xt_DSCP))
-$(eval $(call nf_add,IPT_HASHLIMIT,CONFIG_NETFILTER_XT_MATCH_HASHLIMIT, $(P_XT)xt_hashlimit))
+$(eval $(call nf_add,IPT_HASHLIMIT,CONFIG_NETFILTER_XT_MATCH_HASHLIMIT, $(P_XT)xt_hashlimit))
$(eval $(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_MATCH_LENGTH, $(P_XT)xt_length))
$(eval $(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_MATCH_STATISTIC, $(P_XT)xt_statistic))
$(eval $(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_MATCH_TCPMSS, $(P_XT)xt_tcpmss))
@@ -261,7 +261,7 @@ $(eval $(call nf_add,IPT_LED,CONFIG_NETFILTER_XT_TARGET_LED, $(P_XT)xt_LED))
$(eval $(call nf_add,IPT_TEE,CONFIG_NETFILTER_XT_TARGET_TEE, $(P_XT)xt_TEE))
-# u32
+# u32
$(eval $(call nf_add,IPT_U32,CONFIG_NETFILTER_XT_MATCH_U32, $(P_XT)xt_u32))
diff --git a/include/package-bin.mk b/include/package-bin.mk
index c6cb9caf41..e5224517f8 100644
--- a/include/package-bin.mk
+++ b/include/package-bin.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2007-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
diff --git a/include/package-defaults.mk b/include/package-defaults.mk
index e37ab88a31..2896b4c783 100644
--- a/include/package-defaults.mk
+++ b/include/package-defaults.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
diff --git a/include/package-dumpinfo.mk b/include/package-dumpinfo.mk
index b6e2f0f794..5bc931e6ab 100644
--- a/include/package-dumpinfo.mk
+++ b/include/package-dumpinfo.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
diff --git a/include/package.mk b/include/package.mk
index 435509e9dc..5ad0e91659 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -347,6 +347,6 @@ clean: clean-staging FORCE
dist:
$(Build/Dist)
-
+
distcheck:
- $(Build/DistCheck)
+ $(Build/DistCheck)
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index 3f8f9870b3..211201af3d 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
diff --git a/include/prereq.mk b/include/prereq.mk
index 71ca96e8a7..33ac278232 100644
--- a/include/prereq.mk
+++ b/include/prereq.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@@ -62,7 +62,7 @@ define RequireHeader
define Require/$(1)
[ -e "$(1)" ]
endef
-
+
$$(eval $$(call Require,$(1),$(2)))
endef
diff --git a/include/quilt.mk b/include/quilt.mk
index 925b7a736b..3377eb1055 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2007-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
diff --git a/include/shell.sh b/include/shell.sh
index 634beedcef..6389304c24 100644
--- a/include/shell.sh
+++ b/include/shell.sh
@@ -32,6 +32,6 @@ trapret() {(
md5s() {
cat "$@" | (
md5sum 2>/dev/null ||
- md5
+ md5
) | awk '{print $1}'
}
diff --git a/include/subdir.mk b/include/subdir.mk
index aa905bcbd0..8dc9a78d7d 100644
--- a/include/subdir.mk
+++ b/include/subdir.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
diff --git a/include/toolchain-build.mk b/include/toolchain-build.mk
index a86f6aba77..212923a1e6 100644
--- a/include/toolchain-build.mk
+++ b/include/toolchain-build.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
diff --git a/include/toplevel.mk b/include/toplevel.mk
index 2e13f623dc..33baa86da9 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -161,7 +161,7 @@ download: .config FORCE
@+$(SUBMAKE) target/download
clean dirclean: .config
- @+$(SUBMAKE) -r $@
+ @+$(SUBMAKE) -r $@
prereq:: prepare-tmpinfo .config
@+$(NO_TRACE_MAKE) -r -s $@
diff --git a/include/unpack.mk b/include/unpack.mk
index 2d35863095..3fabf46033 100644
--- a/include/unpack.mk
+++ b/include/unpack.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2006-2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
diff --git a/include/verbose.mk b/include/verbose.mk
index d34f55fc48..90aab4c2f5 100644
--- a/include/verbose.mk
+++ b/include/verbose.mk
@@ -1,4 +1,4 @@
-#
+#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.