packages/sqlite2: fix whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40167 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:04:52 +00:00
parent 80d7b2cdfe
commit c1ccba5d1a

View File

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