diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2012-06-18 21:06:51 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2012-06-18 21:06:51 +0200 |
commit | a34c833606d15a9a77f390cf99c7598ae81374ba (patch) | |
tree | 254f5ef4366bb6d491c10d0493876bcb776cf9ee /pdf | |
parent | a606f714258677688c67e9561b87cc70f9e9b6b0 (diff) | |
download | mupdf-a34c833606d15a9a77f390cf99c7598ae81374ba.tar.xz |
Fix indentation and white space errors.
Diffstat (limited to 'pdf')
-rw-r--r-- | pdf/pdf_xref_aux.c | 2 |
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. |