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 --- package/ncurses/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/ncurses') diff --git a/package/ncurses/Config.in b/package/ncurses/Config.in index dc8720f0b..bfbd13973 100644 --- a/package/ncurses/Config.in +++ b/package/ncurses/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_NCURSES bool "ncurses" help - The Ncurses (new curses) library is a free software emulation of + The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. http://www.gnu.org/software/ncurses/ @@ -11,13 +11,13 @@ config BR2_PACKAGE_NCURSES_TARGET_PANEL depends on BR2_PACKAGE_NCURSES help Includes ncurses dynamic libpanel in target - + config BR2_PACKAGE_NCURSES_TARGET_FORM bool "ncurses libform in target" depends on BR2_PACKAGE_NCURSES help Includes ncurses dynamic libform in target - + config BR2_PACKAGE_NCURSES_TARGET_MENU bool "ncurses libmenu in target" depends on BR2_PACKAGE_NCURSES -- cgit v1.2.3