summaryrefslogtreecommitdiff
path: root/src/cairo-font-options.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-06-06 15:38:58 -0700
committerCarl Worth <cworth@cworth.org>2006-06-06 15:38:58 -0700
commit00592e075754594605fddfb2a702f3d2caa7c55c (patch)
treed7c7d26802dc158b262aa22cb836e12416217959 /src/cairo-font-options.c
parent4670366ede0b0ed1abf47f4595a64bc5cd3c19fc (diff)
downloadcairo-00592e075754594605fddfb2a702f3d2caa7c55c.tar.gz
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-font-options.c')
-rw-r--r--src/cairo-font-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-font-options.c b/src/cairo-font-options.c
index 5ffae4681..6764c2cd1 100644
--- a/src/cairo-font-options.c
+++ b/src/cairo-font-options.c
@@ -154,7 +154,7 @@ cairo_font_options_status (cairo_font_options_t *options)
return CAIRO_STATUS_NO_MEMORY;
else
return CAIRO_STATUS_SUCCESS;
-}
+}
/**
* cairo_font_options_merge: