On Thu, Feb 17, 2011 at 13:23:52 -0700, Eric Blake wrote:
On 02/17/2011 07:34 AM, Jiri Denemark wrote:
> Also cfg.mk is tweaked to force this for all future changes to *.py
> files.
>
> diff --git a/cfg.mk b/cfg.mk
> index 4bbeb96..f870723 100644
> --- a/cfg.mk
> +++ b/cfg.mk
> @@ -327,8 +327,8 @@ sc_prohibit_ctype_h:
> # files in gnulib, since they're imported.
> sc_TAB_in_indentation:
> @prohibit='^ * ' \
> - in_vc_files='(\.(rng|[ch](\.in)?|html.in)|(daemon|tools)/.*\.in)$$' \
> - halt='use leading spaces, not TAB, in C, sh, html, and RNG schemas' \
> + in_vc_files='(\.(rng|[ch](\.in)?|html.in|py)|(daemon|tools)/.*\.in)$$' \
> + halt='use leading spaces, not TAB, in C, sh, html, py, and RNG schemas' \
> $(_sc_search_regexp)
>
ACK. And confirmed that the 'git diff -b' is just the above hunk.
Thanks and pushed.
Jirka