From: Andrea Bolognani Date: Mon, 11 Apr 2016 14:38:18 +0000 (+0200) Subject: cfg.mk: Remove spurious whitespace X-Git-Tag: v1.3.4-rc1~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e595089484f90e459de9ccd0e62383d9ac122bcf;p=thirdparty%2Flibvirt.git cfg.mk: Remove spurious whitespace --- diff --git a/cfg.mk b/cfg.mk index 8e8586f611..4edbd02f97 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..."