diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-10-13 12:42:14 +0000 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-10-13 12:42:14 +0000 |
commit | 9207d8ae87fd98fe0628126f97f214db2b4a90af (patch) | |
tree | b2314958bf02523df411a370c7a51e4c1fc062fe /fitz | |
parent | 564a2d7ad37ea41f02ee90c9c751ca076ddb29fd (diff) | |
download | mupdf-9207d8ae87fd98fe0628126f97f214db2b4a90af.tar.xz |
Fix formatting: remove double spaces.
Diffstat (limited to 'fitz')
-rw-r--r-- | fitz/obj_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++) { |