From 6942be22a42aabdb173ecafcf87a06a5e149b14e Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 27 Mar 2014 07:05:29 +0000 Subject: [PATCH] packages/wxbase: fix whitespace Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40205 --- libs/wxbase/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/wxbase/Makefile b/libs/wxbase/Makefile index aa50bc1298..7f8c2e9187 100644 --- a/libs/wxbase/Makefile +++ b/libs/wxbase/Makefile @@ -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 -- 2.30.2