python-pydal: remove useless empty newline
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 19 Jan 2016 20:45:48 +0000 (21:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 19 Jan 2016 20:45:48 +0000 (21:45 +0100)
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 <thomas.petazzoni@free-electrons.com>
package/python-pydal/Config.in

index 9aa16f5719b5944f9214bd65b7b207402acced88..f1c97f91a0caec3f0ef520c009cab0a634f7644c 100644 (file)
@@ -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