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/neon/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/neon') diff --git a/package/neon/Config.in b/package/neon/Config.in index 5dc5748d5..c0b775b48 100644 --- a/package/neon/Config.in +++ b/package/neon/Config.in @@ -25,7 +25,7 @@ config BR2_PACKAGE_NEON_LIBXML2 bool "libxml2" depends on BR2_PACKAGE_LIBXML2 help - libxml2 use libxml2, a library to read, modify and + libxml2 use libxml2, a library to read, modify and write XML and HTML files. config BR2_PACKAGE_NEON_NOXML -- cgit v1.2.3