summaryrefslogtreecommitdiff
path: root/test/unbounded-operator.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 /test/unbounded-operator.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 'test/unbounded-operator.c')
-rw-r--r--test/unbounded-operator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unbounded-operator.c b/test/unbounded-operator.c
index 853627b6e..74c95373d 100644
--- a/test/unbounded-operator.c
+++ b/test/unbounded-operator.c
@@ -82,7 +82,7 @@ draw_glyphs (cairo_t *cr, int x, int y)
static void
draw_polygon (cairo_t *cr, int x, int y)
-{
+{
double width = (int)(0.9 * WIDTH);
double height = (int)(0.9 * HEIGHT);
x += 0.05 * WIDTH;
@@ -101,7 +101,7 @@ draw_polygon (cairo_t *cr, int x, int y)
static void
draw_rects (cairo_t *cr, int x, int y)
-{
+{
double block_width = (int)(0.33 * WIDTH + 0.5);
double block_height = (int)(0.33 * HEIGHT + 0.5);
int i, j;