summaryrefslogtreecommitdiff
path: root/pdf/pdf_lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/pdf_lex.c')
-rw-r--r--pdf/pdf_lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/pdf_lex.c b/pdf/pdf_lex.c
index 233ffb6d..9b4ff280 100644
--- a/pdf/pdf_lex.c
+++ b/pdf/pdf_lex.c
@@ -505,7 +505,7 @@ pdf_lex(fz_stream *f, pdf_lexbuf *buf)
void pdf_print_token(fz_context *ctx, fz_buffer *fzbuf, int tok, pdf_lexbuf *buf)
{
- switch(tok)
+ switch (tok)
{
case PDF_TOK_NAME:
fz_buffer_printf(ctx, fzbuf, "/%s", buf->scratch);