From: Gabor Juhos Date: Thu, 27 Mar 2014 07:04:52 +0000 (+0000) Subject: packages/sqlite2: fix whitespaces X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5ed05f7175255f5657a717a7b6d8f84f1878ab54;p=openwrt%2Fsvn-archive%2Farchive.git packages/sqlite2: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40167 --- diff --git a/libs/sqlite2/Makefile b/libs/sqlite2/Makefile index 68306d6e36..5cc703ee41 100644 --- a/libs/sqlite2/Makefile +++ b/libs/sqlite2/Makefile @@ -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