From 89b53dfd8381cdca1763526c45b65eb79b00bad6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 18 Nov 2012 09:51:48 -0800 Subject: maint: reenable accidentally-disabled cppi-check syntax-check rule * cfg.mk (exclude_file_name_regexp--sc_preprocessor_indentation): Fix typo that disabled the sc_preprocessor_indentation syntax-check rule by exempting all files. s/__ll/_ll/ The typo was introduced in commit v8.19-157-g759ebcb. --- cfg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg.mk') diff --git a/cfg.mk b/cfg.mk index 943933a74..38be9c865 100644 --- a/cfg.mk +++ b/cfg.mk @@ -574,7 +574,7 @@ exclude_file_name_regexp--sc_prohibit_tab_based_indentation = \ $(tbi_1)|$(tbi_2)|$(tbi_3) exclude_file_name_regexp--sc_preprocessor_indentation = \ - ^(gl/lib/rand-isaac\.[ch]|gl/tests/test-rand-isaac\.c)$$|$(__ll) + ^(gl/lib/rand-isaac\.[ch]|gl/tests/test-rand-isaac\.c)$$|$(_ll) exclude_file_name_regexp--sc_prohibit_stat_st_blocks = \ ^(src/system\.h|tests/du/2g\.sh)$$ -- cgit v1.2.3-54-g00ecf