summaryrefslogtreecommitdiff
path: root/src/cairo-path.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-06-06 15:41:31 -0700
committerCarl Worth <cworth@cworth.org>2006-06-06 15:41:31 -0700
commit5278de09973c3e41028dc80a8862db01fc70cf11 (patch)
treefa1b95ff513448d59ef955ba255ed7f681a486c2 /src/cairo-path.c
parent00592e075754594605fddfb2a702f3d2caa7c55c (diff)
downloadcairo-5278de09973c3e41028dc80a8862db01fc70cf11.tar.gz
Remove all remaining trailing whitespace.
This patch was produced with the following (GNU) sed script: sed -i -r -e 's/[ \t]+$//' run on all *.[ch] files within cairo. Note that the above script would have also created all the changes from the previous commits to remove trailing whitespace.
Diffstat (limited to 'src/cairo-path.c')
-rw-r--r--src/cairo-path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-path.c b/src/cairo-path.c
index 5c94ad901..3c8c0b2e2 100644
--- a/src/cairo-path.c
+++ b/src/cairo-path.c
@@ -482,7 +482,7 @@ _cairo_path_arg_buf_add_points (cairo_path_arg_buf_t *arg_buf,
#define CAIRO_PATH_OP_MAX_ARGS 3
-static int const num_args[] =
+static int const num_args[] =
{
1, /* cairo_path_move_to */
1, /* cairo_path_op_line_to */