From a52b70e3d003c5b89791861a5815b56fbb949b33 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 27 Jan 2012 12:59:48 +0100 Subject: Whitespace fixes. --- pdf/pdf_function.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'pdf') diff --git a/pdf/pdf_function.c b/pdf/pdf_function.c index 61682ac2..7111cae7 100644 --- a/pdf/pdf_function.c +++ b/pdf/pdf_function.c @@ -1425,11 +1425,12 @@ pdf_load_function(pdf_xref *xref, fz_obj *dict) int type = func->type; pdf_drop_function(ctx, func); fz_throw(ctx, "cannot load %s function (%d %d R)", - (type == SAMPLE ? "sampled" : - (type == EXPONENTIAL ? "exponential" : - (type == STITCHING ? "stitching" : - (type == POSTSCRIPT ? "calculator" : - "unknown")))), fz_to_num(dict), fz_to_gen(dict)); + type == SAMPLE ? "sampled" : + type == EXPONENTIAL ? "exponential" : + type == STITCHING ? "stitching" : + type == POSTSCRIPT ? "calculator" : + "unknown", + fz_to_num(dict), fz_to_gen(dict)); } return func; -- cgit v1.2.3