summaryrefslogtreecommitdiff
path: root/source/pdf
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-12-28 16:09:08 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-01-05 14:47:37 +0100
commit5a69c1f2aa588afd59a4c98892618585dbd8452e (patch)
treedc99b864d5878a2a673f6d690bb0af9a1135e6f1 /source/pdf
parent87ef16d3c1de7f6eb2b9ec4883e0ae62771c9a63 (diff)
downloadmupdf-5a69c1f2aa588afd59a4c98892618585dbd8452e.tar.xz
Clean up trailing whitespace.
Diffstat (limited to 'source/pdf')
-rw-r--r--source/pdf/pdf-encoding.c1
-rw-r--r--source/pdf/pdf-form.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/source/pdf/pdf-encoding.c b/source/pdf/pdf-encoding.c
index e8e7532d..b6bf3e11 100644
--- a/source/pdf/pdf-encoding.c
+++ b/source/pdf/pdf-encoding.c
@@ -52,7 +52,6 @@ pdf_lookup_agl(char *name)
return agl_code_list[m];
}
-
if (strstr(buf, "uni") == buf)
code = strtol(buf + 3, NULL, 16);
else if (strstr(buf, "u") == buf)
diff --git a/source/pdf/pdf-form.c b/source/pdf/pdf-form.c
index da48f403..9a2d35d9 100644
--- a/source/pdf/pdf-form.c
+++ b/source/pdf/pdf-form.c
@@ -1288,7 +1288,7 @@ int pdf_choice_widget_options(fz_context *ctx, pdf_document *doc, pdf_widget *tw
optarr = pdf_dict_get(ctx, annot->obj, PDF_NAME_Opt);
n = pdf_array_len(ctx, optarr);
-
+
if (opts)
{
for (i = 0; i < n; i++)