diff options
author | Carl Worth <cworth@cworth.org> | 2006-06-06 15:38:58 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-06-06 15:38:58 -0700 |
commit | 00592e075754594605fddfb2a702f3d2caa7c55c (patch) | |
tree | d7c7d26802dc158b262aa22cb836e12416217959 /src/cairo-win32-surface.c | |
parent | 4670366ede0b0ed1abf47f4595a64bc5cd3c19fc (diff) |
Remove trailing whitespace from lines with a single brace.
This patch was produced with the following (GNU) sed script:
sed -i -r -e '/^[ \t]*[{}][ \t]*/ s/[ \t]+$//'
run on all *.[ch] files within cairo.
Diffstat (limited to 'src/cairo-win32-surface.c')
-rw-r--r-- | src/cairo-win32-surface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-win32-surface.c b/src/cairo-win32-surface.c index e931a805e..ff14d5bbb 100644 --- a/src/cairo-win32-surface.c +++ b/src/cairo-win32-surface.c @@ -801,7 +801,7 @@ categorize_solid_dest_operator (cairo_operator_t op, else return DO_UNSUPPORTED; break; - } + } ASSERT_NOT_REACHED; return DO_UNSUPPORTED; @@ -1081,7 +1081,7 @@ FAIL: free(dx_buf); } return (win_result) ? CAIRO_STATUS_SUCCESS : CAIRO_INT_STATUS_UNSUPPORTED; -} +} #undef STACK_GLYPH_SIZE |