From 39e2daa79293f40c66aa3a64e672de1d3559ed7d Mon Sep 17 00:00:00 2001 From: "Sven M. Hallberg" <pesco@khjk.org> Date: Thu, 20 Feb 2020 17:09:11 +0100 Subject: [PATCH] whitespace fixes --- pdf.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pdf.c b/pdf.c index fe155c1..b4d72c2 100644 --- a/pdf.c +++ b/pdf.c @@ -997,7 +997,7 @@ init_parser(struct Env *aux) SEQ(h_many(nl), end), VIOL(SEQ(h_butnot(h_ch_range(0, 255), LIT("%%EOF"))), "(offset FROM END) Data after final %%EOF (severity=7)")))); - + H_RULE(xr_td, SEQ(xrefs, KW("trailer"), ws, dict)); H_RULE(hdr_junk, VIOL(h_many1(h_butnot(h_ch_range(0, 255), objdef)), @@ -1717,9 +1717,9 @@ p_xrefdata__m(HAllocator *mm__, const Dict *dict) * for field 3 (generation). in fact, these are the only defaults * defined by ISO 32000-1:2008 (PDF 1.7). * - * entry type field no. default value - * 1 (type) 1 - * 1 ("n") 3 (gen.) 0 + * entry type field no. default value + * 1 (type) 1 + * 1 ("n") 3 (gen.) 0 */ /* Size (required) - total size of xref table */ @@ -1762,7 +1762,7 @@ p_xrefdata__m(HAllocator *mm__, const Dict *dict) * * [t x y] with t,x,y > 0 full general form * [0 x y] with x,y > 0 only type-1 ("in use") entries - * [0 x 0] with x > 0 only type-1 entries, only offsets + * [0 x 0] with x > 0 only type-1 entries, only offsets * * however, though nonsensical, [t x 0] with t,x > 0 is not disallowed * by the spec; as long as all entries are of type 1, the xref data can -- GitLab