diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:05 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:05 +0000 |
commit | 02a623ddf96aa97c341a287bbb4ec5370a069444 (patch) | |
tree | 6923139fb98dd1d2e99b456503b37d4dd92e1136 /target/x86 | |
parent | fa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f (diff) |
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
Diffstat (limited to 'target/x86')
-rw-r--r-- | target/x86/grub/Config.in | 2 | ||||
-rw-r--r-- | target/x86/grub2/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/x86/grub/Config.in b/target/x86/grub/Config.in index b46af1517..bc7a73e73 100644 --- a/target/x86/grub/Config.in +++ b/target/x86/grub/Config.in @@ -9,7 +9,7 @@ config BR2_TARGET_GRUB_SPLASH depends on BR2_TARGET_GRUB help Add support for splashimage. - + A splashimage is a 14-color indexed .xpm picture which is displayed as background for the grub menu. diff --git a/target/x86/grub2/Config.in b/target/x86/grub2/Config.in index f9458b185..752639993 100644 --- a/target/x86/grub2/Config.in +++ b/target/x86/grub2/Config.in @@ -8,6 +8,6 @@ config BR2_TARGET_GRUB2_SPLASH depends on BR2_TARGET_GRUB2 help Add support for splashimage. - + A splashimage is a 14-color indexed .xpm picture which is displayed as background for the grub menu. |