From fd999c8a37487c13e05659f255c1c25850846e4b Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 19 Jan 2016 21:45:48 +0100 Subject: [PATCH] python-pydal: remove useless empty newline There is an empty newline between the "help" keyword, and the help text, which we don't normally do in Buildroot. This commit gets rid of this useless empty newline. Signed-off-by: Thomas Petazzoni --- package/python-pydal/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/python-pydal/Config.in b/package/python-pydal/Config.in index 9aa16f5719..f1c97f91a0 100644 --- a/package/python-pydal/Config.in +++ b/package/python-pydal/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_PYTHON_PYDAL bool python-pydal help - pyDAL is a pure Python Database Abstraction Layer. It dynamically generates the SQL in real time using the specified dialect for the database back end, so that you do -- 2.30.2