From 02a623ddf96aa97c341a287bbb4ec5370a069444 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 4 Aug 2008 19:07:05 +0000 Subject: buildroot: remove trailing spaces for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done --- target/x86/grub2/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/x86/grub2/Config.in') 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. -- cgit v1.2.3