summaryrefslogtreecommitdiff
path: root/source/fitz/trace-device.c
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/trace-device.c
parentda64f5f63c0d263e5edd6d8b4ace6a4146a72c84 (diff)
downloadmupdf-30252bb78a1a91e4913d2a785cdf83c0837c6e95.tar.xz
Fix whitespace.
Diffstat (limited to 'source/fitz/trace-device.c')
-rw-r--r--source/fitz/trace-device.c1
1 files changed, 0 insertions, 1 deletions
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,