Re: Extraneous whitespace removal?

Thomas Pornin (Thomas.Pornin@ens.fr)
Mon, 8 Jan 2001 12:50:52 +0100


In article <20010108044218.A9610@foozle.turbogeek.org> you write:
> - I'm not yet positive there are no other places in the tree that
> aren't safe to s/[<tab><space>]+$//. C can, if formated poorly
> enough, be affected by it (multiline strings not ending with \).

Multiline strings not ending with \, are errors. gcc admits this
syntax but it is bad practice, and should be avoided.

For Makefile, DocBook, TeX and assembly, this should be ok too.

--Thomas Pornin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/