summaryrefslogtreecommitdiff
path: root/pdf/pdf_function.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-12-15 13:59:39 +0100
committerTor Andersson <tor.andersson@artifex.com>2011-12-15 13:59:39 +0100
commitfd7c931c35e79cf3e6ec1703a7f3dd498d98f59c (patch)
tree2f4946ac3b8533cfcc0293a26ab2851a86adffe3 /pdf/pdf_function.c
parentba4cca2c65677aeffb088117169abbc12ebec3fc (diff)
downloadmupdf-fd7c931c35e79cf3e6ec1703a7f3dd498d98f59c.tar.xz
Remove stray whitespace.
Diffstat (limited to 'pdf/pdf_function.c')
-rw-r--r--pdf/pdf_function.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/pdf/pdf_function.c b/pdf/pdf_function.c
index 26d4bcec..31221cb8 100644
--- a/pdf/pdf_function.c
+++ b/pdf/pdf_function.c
@@ -1422,11 +1422,11 @@ pdf_load_function(pdf_xref *xref, fz_obj *dict)
{
pdf_drop_function(ctx, func);
fz_throw(ctx, "cannot load %s function (%d %d R)",
- (func->type == SAMPLE ? "sampled" :
- (func->type == EXPONENTIAL ? "exponential" :
- (func->type == STITCHING ? "stitching" :
- (func->type == POSTSCRIPT ? "calculator" :
- "unknown")))), fz_to_num(dict), fz_to_gen(dict));
+ (func->type == SAMPLE ? "sampled" :
+ (func->type == EXPONENTIAL ? "exponential" :
+ (func->type == STITCHING ? "stitching" :
+ (func->type == POSTSCRIPT ? "calculator" :
+ "unknown")))), fz_to_num(dict), fz_to_gen(dict));
}
fz_store_item(ctx, dict, func, func->size);