summaryrefslogtreecommitdiff
path: root/src/cairo-hull.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-06-06 15:35:48 -0700
committerCarl Worth <cworth@cworth.org>2006-06-06 15:35:48 -0700
commit4670366ede0b0ed1abf47f4595a64bc5cd3c19fc (patch)
tree6200d30b9035b419bdbcd8fe68708c3d120b3996 /src/cairo-hull.c
parent80b8deb1e4f9d0b856106031c6a7a629cca7552c (diff)
downloadcairo-4670366ede0b0ed1abf47f4595a64bc5cd3c19fc.tar.gz
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).
Diffstat (limited to 'src/cairo-hull.c')
-rw-r--r--src/cairo-hull.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-hull.c b/src/cairo-hull.c
index 7fff0a0c1..e9d0a155a 100644
--- a/src/cairo-hull.c
+++ b/src/cairo-hull.c
@@ -105,7 +105,7 @@ _cairo_hull_vertex_compare (const void *av, const void *bv)
/*
* Use the point's ids to ensure a total ordering.
* a well-defined ordering, and avoid setting discard on
- * both points.
+ * both points.
*/
if (a_dist < b_dist || (a_dist == b_dist && a->id < b->id)) {
a->discard = 1;