packages/wxbase: fix whitespace
authorGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:05:29 +0000 (07:05 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:05:29 +0000 (07:05 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40205

libs/wxbase/Makefile

index aa50bc12985525fcf1057b50e27733dc1ba24942..7f8c2e91870f504c8c2e79c24f83331dd01e2a4f 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2007-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -31,9 +31,9 @@ endef
 
 define Package/libwxbase/description
  wxBase contains most of the non-GUI classes from the wxWindows cross-
- -platform C++ framework. There are 2 categories: generally useful portable 
- code (date/time handling, command line parsing, regular expression support) 
- and wrappers for the OS objects (files, directories, sockets, threads, 
+ -platform C++ framework. There are 2 categories: generally useful portable
+ code (date/time handling, command line parsing, regular expression support)
+ and wrappers for the OS objects (files, directories, sockets, threads,
  etc.) allowing you to write portable programs easily.
 endef