Prechádzať zdrojové kódy

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 <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 9 rokov pred
rodič
commit
fd999c8a37
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      package/python-pydal/Config.in

+ 0 - 1
package/python-pydal/Config.in

@@ -1,7 +1,6 @@
 config BR2_PACKAGE_PYTHON_PYDAL
 config BR2_PACKAGE_PYTHON_PYDAL
 	bool python-pydal
 	bool python-pydal
 	help
 	help
-
 	  pyDAL is a pure Python Database Abstraction Layer.  It
 	  pyDAL is a pure Python Database Abstraction Layer.  It
 	  dynamically generates the SQL in real time using the
 	  dynamically generates the SQL in real time using the
 	  specified dialect for the database back end, so that you do
 	  specified dialect for the database back end, so that you do