From 96bf0f49ba5721bd6bbc70a00f9e54aeb559b3d7 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:04:47 +0000 Subject: [PATCH] packages/libvorbisidec: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40162 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libvorbisidec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libvorbisidec/Makefile b/libs/libvorbisidec/Makefile index bd77623e3..11101fd37 100644 --- a/libs/libvorbisidec/Makefile +++ b/libs/libvorbisidec/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -33,7 +33,7 @@ endef define Package/libvorbisidec/description libvorbisidec is "tremor", a fixed-point implementation of libvorbis. - It also has libogg built-in. It is suitable as a replacement for + It also has libogg built-in. It is suitable as a replacement for libvorbis and libogg in tremor-aware applications. Tremor is a decoder only. endef