arch, linux, package: remove whitespaces

Whitespaces were searched using the following regex:

[ ]{1,}\t

and then manually removed in most of the cases. For
xserver_xorg-server.mk, tabs before backslashes were removed.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls
2017-03-26 17:05:43 +02:00
committed by Thomas Petazzoni
parent fc91501e6b
commit cc405b4cb3
19 changed files with 84 additions and 84 deletions

View File

@@ -25,7 +25,7 @@
#
# $(eval $(kernel-module))
# define FOO_MOD_TWEAK
# # do something
# # do something
# endef
# FOO_POST_BUILD_HOOKS += FOO_MOD_TWEAK
# $(eval $(generic-package))