Commit fd999c8a authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 628ee06f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
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