diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-04 14:03:17 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-04 14:47:09 +0200 |
commit | a4c544ef1282b2ac73ce43885bd7a9691958958e (patch) | |
tree | a614aa3a94eb2c594d7147d297769c3050a8f5a1 | |
parent | 1fc38df2dfe7e991e27d4c2fdd50fbd41ee9cf70 (diff) | |
download | libguestfs-a4c544ef1282b2ac73ce43885bd7a9691958958e.tar.gz libguestfs-a4c544ef1282b2ac73ce43885bd7a9691958958e.tar.xz libguestfs-a4c544ef1282b2ac73ce43885bd7a9691958958e.zip |
build: enable syntax-check: TAB-only indentation in Makefiles
* cfg.mk (disable_temporarily): Remove sc_makefile_TAB_only_indentation.
-rw-r--r-- | cfg.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -63,7 +63,6 @@ local-checks-to-skip = \ sc_useless_cpp_parens disable_temporarily = \ - sc_makefile_TAB_only_indentation \ sc_unmarked_diagnostics \ sc_prohibit_ctype_h \ sc_prohibit_asprintf \ |