summaryrefslogtreecommitdiff
path: root/pdf/pdf_xref.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-12-15 13:59:39 +0100
committerTor Andersson <tor.andersson@artifex.com>2011-12-15 13:59:39 +0100
commitfd7c931c35e79cf3e6ec1703a7f3dd498d98f59c (patch)
tree2f4946ac3b8533cfcc0293a26ab2851a86adffe3 /pdf/pdf_xref.c
parentba4cca2c65677aeffb088117169abbc12ebec3fc (diff)
downloadmupdf-fd7c931c35e79cf3e6ec1703a7f3dd498d98f59c.tar.xz
Remove stray whitespace.
Diffstat (limited to 'pdf/pdf_xref.c')
-rw-r--r--pdf/pdf_xref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/pdf_xref.c b/pdf/pdf_xref.c
index 6b05e969..b560d868 100644
--- a/pdf/pdf_xref.c
+++ b/pdf/pdf_xref.c
@@ -1080,5 +1080,5 @@ pdf_open_xref(fz_context *ctx, const char *filename, char *password)
}
fz_close(file);
- return xref;
+ return xref;
}