[cvs] bogofilter/tests t.ignore_spam_header,1.3,1.4

Matthias Andree matthias.andree at gmx.de
Thu Dec 5 01:49:49 CET 2002


relson at users.sourceforge.net writes:

> Log Message:
> Add whitespace for readability.
>
>
> -../bogofilter -p -e -C <$TMPDIR/input | sed -n '/^$/,$ p' >$TMPDIR/out
> +../bogofilter -p -e -C < $TMPDIR/input | sed -n '/^$/,$ p' > $TMPDIR/out
> +

I'd tend to disagree with whitespace in redirects in shell and to
disagree also with whitespace on the inside of parentheses in C(++).

I prefer "indent -kr -ncs -l80 -psl" style.

-- 
Matthias Andree




More information about the bogofilter-dev mailing list