summaryrefslogtreecommitdiff
path: root/source/pdf
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-07-25 14:25:51 +0200
committerRobin Watts <robin.watts@artifex.com>2013-07-26 00:07:38 +0100
commitc88a411291dd8c775645d35b4df3b83906886019 (patch)
tree224d9fec06063438be42df76b1a872bfe58f8bea /source/pdf
parentbae8c0e3b36a6a1a00d848bdcecb101428e6b1b7 (diff)
downloadmupdf-c88a411291dd8c775645d35b4df3b83906886019.tar.xz
Clean up whitespace.
Diffstat (limited to 'source/pdf')
-rw-r--r--source/pdf/pdf-annot.c1
-rw-r--r--source/pdf/pdf-xref.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/source/pdf/pdf-annot.c b/source/pdf/pdf-annot.c
index 991478f6..c21a62d4 100644
--- a/source/pdf/pdf-annot.c
+++ b/source/pdf/pdf-annot.c
@@ -1,6 +1,5 @@
#include "mupdf/pdf.h"
-
static pdf_obj *
resolve_dest_rec(pdf_document *doc, pdf_obj *dest, int depth)
{
diff --git a/source/pdf/pdf-xref.c b/source/pdf/pdf-xref.c
index 33bd6c22..bc8fd5ee 100644
--- a/source/pdf/pdf-xref.c
+++ b/source/pdf/pdf-xref.c
@@ -1521,7 +1521,6 @@ read_hinted_object(pdf_document *doc, int num)
if (expected == 0) /* No hints found, just bale */
return 0;
-
curr_pos = fz_tell(doc->file);
offset = doc->hint_obj_offsets[expected];