packages/libmad: fix whitespaces
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Mar 2014 07:02:35 +0000 (07:02 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Mar 2014 07:02:35 +0000 (07:02 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40054 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libmad/Makefile

index ae31a47..7530d8c 100644 (file)
@@ -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