From f9c2fca8845cde1dcf26532bbad528f9a17383fa Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:02:35 +0000 Subject: [PATCH] packages/libmad: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40054 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libmad/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libmad/Makefile b/libs/libmad/Makefile index ae31a470d..7530d8cd2 100644 --- a/libs/libmad/Makefile +++ b/libs/libmad/Makefile @@ -45,9 +45,9 @@ define Package/libmad endef define Package/libmad/description - MAD is a high-quality MPEG audio decoder. It currently supports - MPEG-1 and the MPEG-2 extension to lower sampling frequencies, - as well as the de facto MPEG 2.5 format. All three audio layers - + MAD is a high-quality MPEG audio decoder. It currently supports + MPEG-1 and the MPEG-2 extension to lower sampling frequencies, + as well as the de facto MPEG 2.5 format. All three audio layers - Layer I, Layer II, and Layer III (i.e. MP3) - are fully implemented. endef