summaryrefslogtreecommitdiff
path: root/source/pdf
diff options
context:
space:
mode:
Diffstat (limited to 'source/pdf')
-rw-r--r--source/pdf/pdf-interpret.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pdf/pdf-interpret.c b/source/pdf/pdf-interpret.c
index a6b211dd..359f6eda 100644
--- a/source/pdf/pdf-interpret.c
+++ b/source/pdf/pdf-interpret.c
@@ -143,7 +143,7 @@ pdf_run_keyword(pdf_csi *csi, char *buf)
switch (key)
{
- case A('"'): op = PDF_OP_dquote;break;
+ case A('"'): op = PDF_OP_dquote; break;
case A('\''): op = PDF_OP_squote; break;
case A('B'): op = PDF_OP_B; break;
case B('B','*'): op = PDF_OP_Bstar; break;