build: remove trailing blank lines; enable the syntax-check rule

* cfg.mk (disable_temporarily): Remove sc_prohibit_trailing_blank_lines.
* appliance/Makefile.am: Remove trailing blank line(s).
* appliance/debian/modules/y0_install-guestfsd: Likewise.
* appliance/make.sh.in: Likewise.
* appliance/packagelist.in: Likewise.
* appliance/update.sh.in: Likewise.
* haskell/run-bindtests: Likewise.
* ocaml/run-bindtests: Likewise.
* python/run-python-tests: Likewise.
* recipes/squashfs.example: Likewise.
* ruby/run-ruby-tests: Likewise.
This commit is contained in:
Jim Meyering
2009-08-04 14:21:32 +02:00
parent 3625b0198c
commit 0c463dd0aa
11 changed files with 0 additions and 11 deletions

View File

@@ -21,4 +21,3 @@ set -e
for f in t/*.py; do
python $f
done