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

libs/sqlite2/Makefile

index 68306d6e364574552dd7855c4733a4c3df36f670..5cc703ee41af52c9de7f05ef3b6f82e7087a5046 100644 (file)
@@ -41,8 +41,8 @@ define Package/libsqlite2
 endef
 
 define Package/libsqlite2/description
-       SQLite is a small C library that implements a self-contained, embeddable, 
-       zero-configuration SQL database engine. 
+       SQLite is a small C library that implements a self-contained, embeddable,
+       zero-configuration SQL database engine.
        This package contains the SQLite (v2.x) shared library, used by other programs.
 endef
 
@@ -56,10 +56,10 @@ define Package/sqlite2-cli
 endef
 
 define Package/sqlite2-cli/description
-       SQLite is a small C library that implements a self-contained, embeddable, 
-       zero-configuration SQL database engine. 
-       This package contains a terminal-based front-end to the SQLite (v2.x) library 
-       that can evaluate queries interactively and display the results in 
+       SQLite is a small C library that implements a self-contained, embeddable,
+       zero-configuration SQL database engine.
+       This package contains a terminal-based front-end to the SQLite (v2.x) library
+       that can evaluate queries interactively and display the results in
        multiple formats.
 endef