packages/libmad: fix whitespaces
authorGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:02:35 +0000 (07:02 +0000)
committerGabor Juhos <juhosg@openwrt.org>
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>
SVN-Revision: 40054

libs/libmad/Makefile

index ae31a470d3527252b8ce5a8bab717fee2a3842f2..7530d8cd262a8618d8b5ea8985507774ac6c471d 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