Remove trailing whitespace from lines that look like comments.

This patch was produced with the following (GNU) sed script:

	sed -i -r -e '/^[ \t]*\/?\*/ s/[ \t]+$//'

run on all *.[ch] files within cairo, (though I manually excluded
src/cairo-atsui-font.c which has a code line that appears as a comment
to this script).
This commit is contained in:
Carl Worth 2006-06-06 15:35:48 -07:00
parent 80b8deb1e4
commit 4670366ede
57 changed files with 446 additions and 446 deletions