mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
This commit is contained in:
@@ -74,7 +74,7 @@ config BR2_PACKAGE_PYTHON_READLINE
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
bool "readline"
|
||||
help
|
||||
readline module for Python (required for command-line
|
||||
readline module for Python (required for command-line
|
||||
editing in the Python shell).
|
||||
|
||||
config BR2_PACKAGE_PYTHON_SSL
|
||||
|
||||
Reference in New Issue
Block a user