summaryrefslogtreecommitdiff
path: root/pdf/pdf_function.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-02-29 23:45:09 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-02-29 23:45:09 +0100
commit2ec4dae7c4c1b91f15651573988e8eadf26a81a0 (patch)
tree8266fe6c5ab916bf7f4ac02b257a43e84cedacf8 /pdf/pdf_function.c
parent0f1a9b148f52acbff16d3cae34d02ef806a73571 (diff)
downloadmupdf-2ec4dae7c4c1b91f15651573988e8eadf26a81a0.tar.xz
Fix trailing whitespace and mixed tabs/spaces in indentation.
Diffstat (limited to 'pdf/pdf_function.c')
-rw-r--r--pdf/pdf_function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/pdf_function.c b/pdf/pdf_function.c
index 4273bbc6..932d4c77 100644
--- a/pdf/pdf_function.c
+++ b/pdf/pdf_function.c
@@ -689,7 +689,7 @@ parse_code(pdf_function *func, fz_stream *stream, int *codeptr)
int a, b, mid, cmp;
fz_context *ctx = stream->ctx;
- buf.size = PDF_LEXBUF_SMALL;
+ buf.size = PDF_LEXBUF_SMALL;
memset(buf.scratch, 0, sizeof(buf.scratch));
while (1)