summaryrefslogtreecommitdiff
path: root/source/fitz
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-04-07 17:07:41 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-04-07 17:07:41 +0200
commit30252bb78a1a91e4913d2a785cdf83c0837c6e95 (patch)
tree83a62b221fc58754eda361c5745fa1abf9ef78d7 /source/fitz
parentda64f5f63c0d263e5edd6d8b4ace6a4146a72c84 (diff)
downloadmupdf-30252bb78a1a91e4913d2a785cdf83c0837c6e95.tar.xz
Fix whitespace.
Diffstat (limited to 'source/fitz')
-rw-r--r--source/fitz/draw-device.c2
-rw-r--r--source/fitz/draw-edge.c1
-rw-r--r--source/fitz/store.c1
-rw-r--r--source/fitz/trace-device.c1
4 files changed, 0 insertions, 5 deletions
diff --git a/source/fitz/draw-device.c b/source/fitz/draw-device.c
index fad44050..b2819a0b 100644
--- a/source/fitz/draw-device.c
+++ b/source/fitz/draw-device.c
@@ -99,7 +99,6 @@ static void stack_change(fz_context *ctx, fz_draw_device *dev, char *s)
#define STACK_CONVERT(A) do {} while (0)
#endif
-
static void fz_grow_stack(fz_context *ctx, fz_draw_device *dev)
{
int max = dev->stack_cap * 2;
@@ -511,7 +510,6 @@ fz_draw_clip_stroke_path(fz_context *ctx, fz_device *devp, fz_path *path, const
}
}
-
static void
draw_glyph(unsigned char *colorbv, fz_pixmap *dst, fz_glyph *glyph,
int xorig, int yorig, const fz_irect *scissor)
diff --git a/source/fitz/draw-edge.c b/source/fitz/draw-edge.c
index c53548ab..8bc87608 100644
--- a/source/fitz/draw-edge.c
+++ b/source/fitz/draw-edge.c
@@ -504,7 +504,6 @@ fz_sort_gel(fz_context *ctx, fz_gel *gel)
int h, i, k;
fz_edge t;
-
/* quick sort for long lists */
if (n > 10000)
{
diff --git a/source/fitz/store.c b/source/fitz/store.c
index dd1cb784..ce83e87f 100644
--- a/source/fitz/store.c
+++ b/source/fitz/store.c
@@ -653,4 +653,3 @@ fz_shrink_store(fz_context *ctx, unsigned int percent)
return success;
}
-
diff --git a/source/fitz/trace-device.c b/source/fitz/trace-device.c
index 105f7e6b..5ea716b4 100644
--- a/source/fitz/trace-device.c
+++ b/source/fitz/trace-device.c
@@ -70,7 +70,6 @@ trace_close(fz_context *ctx, void *arg)
printf("<closepath/>\n");
}
-
static const fz_path_processor trace_path_proc =
{
trace_moveto,