summaryrefslogtreecommitdiff
path: root/pdf/pdf_xref_aux.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-06-18 21:06:51 +0200
committerTor Andersson <tor.andersson@artifex.com>2012-06-18 21:06:51 +0200
commita34c833606d15a9a77f390cf99c7598ae81374ba (patch)
tree254f5ef4366bb6d491c10d0493876bcb776cf9ee /pdf/pdf_xref_aux.c
parenta606f714258677688c67e9561b87cc70f9e9b6b0 (diff)
downloadmupdf-a34c833606d15a9a77f390cf99c7598ae81374ba.tar.xz
Fix indentation and white space errors.
Diffstat (limited to 'pdf/pdf_xref_aux.c')
-rw-r--r--pdf/pdf_xref_aux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/pdf_xref_aux.c b/pdf/pdf_xref_aux.c
index 2d760334..907e6f17 100644
--- a/pdf/pdf_xref_aux.c
+++ b/pdf/pdf_xref_aux.c
@@ -3,7 +3,7 @@
/*
These functions have been split out of pdf_xref.c to allow tools
- to be linked without pulling in the interpreter. The interpreter
+ to be linked without pulling in the interpreter. The interpreter
references the built-in font and cmap resources which are quite
big. Not linking those into the tools saves roughly 6MB in the
resulting executables.