]> git.ipfire.org Git - thirdparty/libtool.git/commit
syntax-check: fix violations and re-enable sc_space_tab.
authorGary V. Vaughan <gary@gnu.org>
Tue, 25 Oct 2011 02:34:11 +0000 (09:34 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 17 Nov 2011 12:22:14 +0000 (19:22 +0700)
commite628dd85c18f06d0e0c85a9459410341e8502701
tree030448488d5f545c9d3e9eda6fb83eb6de1c12e8
parent42c96694c18cec1eefdf622a94fbef3fa3499ea1
syntax-check: fix violations and re-enable sc_space_tab.

* cfg.mk (local-checks-to-fix): Remove sc_space_tab from list of
disabled checks.
(exclude_file_name_regexp--sc_space_tab): Don't flag space-tab
sequences in diff files as an error.
* Makefile.am, build-aux/general.m4sh, build-aux/git-hooks/commit-msg,
build-aux/ltmain.m4sh, libltdl/loaders/dyld.c,
libltdl/loaders/shl_load.c, libltdl/ltdl.h, libltdl/ltdl.mk,
libltdl/slist.c, libtoolize.m4sh, m4/ltoptions.m4, tests/demo/dlmain.c,
tests/depdemo/main.c, tests/libtoolize.at, tests/lt_dladvise.at,
tests/pdemo/longer_file_name_dlmain.c, tests/sh.test, tests/static.at,
tests/stresstest.at, tests/template.at: Fix space-tab sequences by
reversing them in regexps, and deleting leading spaces in indentation.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
21 files changed:
Makefile.am
build-aux/general.m4sh
build-aux/git-hooks/commit-msg
build-aux/ltmain.m4sh
cfg.mk
libltdl/loaders/dyld.c
libltdl/loaders/shl_load.c
libltdl/ltdl.h
libltdl/ltdl.mk
libltdl/slist.c
libtoolize.m4sh
m4/ltoptions.m4
tests/demo/dlmain.c
tests/depdemo/main.c
tests/libtoolize.at
tests/lt_dladvise.at
tests/pdemo/longer_file_name_dlmain.c
tests/sh.test
tests/static.at
tests/stresstest.at
tests/template.at