Jeff Trawick wrote:
Cliff Woolley wrote:

eg:

    if (foo) {
        then();
    }

not
    if (foo)
        then();


fine with me

+1




and if (foo && bar && baz && quux && crash && burn) { then(); }

not
    if (foo && bar && baz &&
        quux && crash && burn) {
        then();
    }


I'm quite happy that

[httpd-2.0] $ find . -name '*.c' | xargs grep '^[ \t]+{'

currently produces no output, and I'd prefer that it stay that way ;)

roger dodger yessiree i agree.


B



Reply via email to