summaryrefslogtreecommitdiff
path: root/test/buffer-diff.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-06-06 15:50:33 -0700
committerCarl Worth <cworth@cworth.org>2006-06-06 15:50:33 -0700
commitef10a0403a8a466199615e34a34df9ea860ef9c0 (patch)
tree03020b1b5c6249f39c9beeb3bf9d4c878959ca86 /test/buffer-diff.h
parent5278de09973c3e41028dc80a8862db01fc70cf11 (diff)
downloadcairo-ef10a0403a8a466199615e34a34df9ea860ef9c0.tar.gz
Remove initial, final, and duplicate blank lines.
This patch was produced by running git-stripspace on all *.[ch] files within cairo. Note that this script would have also created all the changes from the previous commits to remove trailing whitespace.
Diffstat (limited to 'test/buffer-diff.h')
-rw-r--r--test/buffer-diff.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/buffer-diff.h b/test/buffer-diff.h
index 7394a2fe6..2be2b3955 100644
--- a/test/buffer-diff.h
+++ b/test/buffer-diff.h
@@ -54,7 +54,6 @@ buffer_diff_noalpha (unsigned char *buf_a,
int stride_b,
int stride_diff);
-
/* Returns number of pixels changed, (or -1 on error).
* Also saves a "diff" image intended to visually show where the
* images differ.
@@ -78,5 +77,4 @@ image_diff_flattened (const char *filename_a,
int bx,
int by);
-
#endif