---
There's one more potential instance on line 684
(sc_require_whitespace_in_translation), but in that specific case
I'm not 100% sure the whitespace is not supposed to be there.
cfg.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cfg.mk b/cfg.mk
index 8e8586f..4edbd02 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -578,7 +578,7 @@ sc_prohibit_int_ijk:
sc_prohibit_loop_iijjkk:
@prohibit='\<(int|unsigned) ([^=]+ )*(ii|jj|kk)\>(\s|,|;)' \
- halt='use i, j, k for loop iterators, not ii, jj, kk' \
+ halt='use i, j, k for loop iterators, not ii, jj, kk' \
$(_sc_search_regexp)
# RHEL 5 gcc can't grok "for (int i..."
--
2.5.5