[gs-commits] mupdf/master - 0_7-15-g2ac8c6d - Fix formatting: remove double spaces.
Tor Andersson
tor at ghostscript.com
Mon Oct 18 10:21:46 UTC 2010
commit 2ac8c6deb8e07fe762ca60f0e51ee8d873483224
Author: Tor Andersson <tor at ghostscript.com>
Date: Wed Oct 13 12:42:14 2010 +0000
Fix formatting: remove double spaces.
Ignore-this: bca3bc7d78ee89ae60c59f3ff9c76781
darcs-hash:20101013124214-f546f-a372a597a1484e40e047a4183fcf90f79fbd9d30.gz
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/draw/blendmodes.c b/draw/blendmodes.c
index 184e1a2..ac2e6c2 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 73b8247..94509b9 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 9e8db85..6bf1ae5 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)
--
git/hooks/post-receive
More information about the gs-commits
mailing list