Skip to content

Commit

Permalink
include: remove trailing whitespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Perkov <[email protected]>

SVN-Revision: 45127
  • Loading branch information
lperkov committed Mar 29, 2015
1 parent 0b0315a commit 7002f63
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion include/debug.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down
2 changes: 1 addition & 1 deletion include/depends.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down
2 changes: 1 addition & 1 deletion include/host.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2007-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down
2 changes: 1 addition & 1 deletion include/kernel.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down
4 changes: 2 additions & 2 deletions include/netfilter.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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))

Expand Down
2 changes: 1 addition & 1 deletion include/package-bin.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2007-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down
2 changes: 1 addition & 1 deletion include/package-defaults.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down
2 changes: 1 addition & 1 deletion include/package-dumpinfo.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down
4 changes: 2 additions & 2 deletions include/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,6 @@ clean: clean-staging FORCE

dist:
$(Build/Dist)

distcheck:
$(Build/DistCheck)
$(Build/DistCheck)
2 changes: 1 addition & 1 deletion include/prereq-build.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down
4 changes: 2 additions & 2 deletions include/prereq.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down Expand Up @@ -62,7 +62,7 @@ define RequireHeader
define Require/$(1)
[ -e "$(1)" ]
endef

$$(eval $$(call Require,$(1),$(2)))
endef

Expand Down
2 changes: 1 addition & 1 deletion include/quilt.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2007-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down
2 changes: 1 addition & 1 deletion include/shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ trapret() {(
md5s() {
cat "$@" | (
md5sum 2>/dev/null ||
md5
md5
) | awk '{print $1}'
}
2 changes: 1 addition & 1 deletion include/subdir.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down
2 changes: 1 addition & 1 deletion include/toolchain-build.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down
2 changes: 1 addition & 1 deletion include/toplevel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down
2 changes: 1 addition & 1 deletion include/unpack.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2006-2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down
2 changes: 1 addition & 1 deletion include/verbose.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
Expand Down

0 comments on commit 7002f63

Please sign in to comment.