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/libsndfile/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/libsndfile') diff --git a/package/libsndfile/Config.in b/package/libsndfile/Config.in index 8f10de3bb..ccc4dad6f 100644 --- a/package/libsndfile/Config.in +++ b/package/libsndfile/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_LIBSNDFILE bool "libsndfile" help - Libsndfile is a C library for reading and writing files containing - sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) + Libsndfile is a C library for reading and writing files containing + sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface. -- cgit v1.2.3