From 0b7d8347c6d0a0a3cf8a4f94dd94f6b0091139f1 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:04:03 +0000 Subject: [PATCH] packages/mpd: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40115 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/mpd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index baa805972..f1e3ff5fa 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -36,9 +36,9 @@ define Package/mpd/Default endef define Package/mpd/Default/description - Music Player Daemon (MPD) is a flexible, powerful, server-side - application for playing music. It is typically controlled over a - network using one of it's many clients including mpc (console), + Music Player Daemon (MPD) is a flexible, powerful, server-side + application for playing music. It is typically controlled over a + network using one of it's many clients including mpc (console), gmpc (gnome), phpmp (php), etc... endef @@ -76,7 +76,7 @@ endef define Package/mpd-mini/description $(call Package/mpd/Default/description) . - This package contains a minimal Music Player Daemon, with support for + This package contains a minimal Music Player Daemon, with support for only Flac, MP3 & OGG media types & only file: & http: protocols. endef