diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-12-15 13:59:39 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-12-15 13:59:39 +0100 |
commit | fd7c931c35e79cf3e6ec1703a7f3dd498d98f59c (patch) | |
tree | 2f4946ac3b8533cfcc0293a26ab2851a86adffe3 /pdf/pdf_repair.c | |
parent | ba4cca2c65677aeffb088117169abbc12ebec3fc (diff) | |
download | mupdf-fd7c931c35e79cf3e6ec1703a7f3dd498d98f59c.tar.xz |
Remove stray whitespace.
Diffstat (limited to 'pdf/pdf_repair.c')
-rw-r--r-- | pdf/pdf_repair.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/pdf_repair.c b/pdf/pdf_repair.c index 69fd142b..26e446c3 100644 --- a/pdf/pdf_repair.c +++ b/pdf/pdf_repair.c @@ -148,7 +148,7 @@ pdf_repair_obj_stm(pdf_xref *xref, int num, int gen) fz_context *ctx = xref->ctx; fz_try(ctx) - { + { obj = pdf_load_object(xref, num, gen); count = fz_to_int(fz_dict_gets(obj, "N")); |