summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-10-13 12:42:14 +0000
committerTor Andersson <tor@ghostscript.com>2010-10-13 12:42:14 +0000
commit9207d8ae87fd98fe0628126f97f214db2b4a90af (patch)
treeb2314958bf02523df411a370c7a51e4c1fc062fe
parent564a2d7ad37ea41f02ee90c9c751ca076ddb29fd (diff)
downloadmupdf-9207d8ae87fd98fe0628126f97f214db2b4a90af.tar.xz
Fix formatting: remove double spaces.
-rw-r--r--draw/blendmodes.c2
-rw-r--r--fitz/obj_print.c2
-rw-r--r--mupdf/pdf_xref.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/draw/blendmodes.c b/draw/blendmodes.c
index 184e1a28..ac2e6c27 100644
--- a/draw/blendmodes.c
+++ b/draw/blendmodes.c
@@ -1,6 +1,6 @@
#include "fitz.h"
-/* PDF 1.4 blend modes. These are slow. */
+/* PDF 1.4 blend modes. These are slow. */
typedef unsigned char byte;
diff --git a/fitz/obj_print.c b/fitz/obj_print.c
index 73b82477..94509b9b 100644
--- a/fitz/obj_print.c
+++ b/fitz/obj_print.c
@@ -112,7 +112,7 @@ static void fmtstr(struct fmt *fmt, fz_obj *obj)
static void fmthex(struct fmt *fmt, fz_obj *obj)
{
- int i, b, c;
+ int i, b, c;
fmtputc(fmt, '<');
for (i = 0; i < obj->u.s.len; i++) {
diff --git a/mupdf/pdf_xref.c b/mupdf/pdf_xref.c
index 9e8db856..6bf1ae55 100644
--- a/mupdf/pdf_xref.c
+++ b/mupdf/pdf_xref.c
@@ -889,7 +889,7 @@ pdf_updateobject(pdf_xref *xref, int num, int gen, fz_obj *newobj)
/*
* Convenience function to open a file then call pdf_openxrefwithstream.
- */
+ */
fz_error
pdf_openxref(pdf_xref **xrefp, char *filename, char *password)