packages/nmeap: fix whitespaces
authorGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:04:56 +0000 (07:04 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:04:56 +0000 (07:04 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40171

libs/nmeap/Makefile

index 9978e4b91e321c0580a232696b14e03f85d9f153..66589daec7b79aad25b77ed72b56d50093094d22 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2007 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -25,9 +25,9 @@ define Package/libnmeap
 endef
 
 define Package/libnmeap/description
-The NMEAP parser is intended for use in applications that need to input NMEA-0183 
-       data from a GPS (typically over a serial port). NMEAP is a linkable library written in portable 
-       standard C and is suitable for both desktop and embedded applications. 
+The NMEAP parser is intended for use in applications that need to input NMEA-0183
+       data from a GPS (typically over a serial port). NMEAP is a linkable library written in portable
+       standard C and is suitable for both desktop and embedded applications.
        It is licensed under the BSD open source license.
 endef