Skip to content

Commit 7429051

Browse files
authored
Fix formatting in CONTRIBUTING.md
1 parent 7f191dd commit 7429051

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -611,9 +611,9 @@ resource:
611611
/encoder.coeffscachemax N def % Override with global_ctx.encoder.coeffscachemax
612612
/encoder.coeffscachelimit M def % Override with global_ctx.encoder.coeffscachelimit
613613
/uk.co.terryburton.bwipp.global_ctx dup where {
614-
exch get
615-
dup /encoder.coeffscachemax 2 copy known {get /encoder.coeffscachemax exch def} {pop pop} ifelse
616-
/encoder.coeffscachelimit 2 copy known {get /encoder.coeffscachelimit exch def} {pop pop} ifelse
614+
exch get dup
615+
/encoder.coeffscachemax 2 copy known {get /encoder.coeffscachemax exch def} {pop pop} ifelse
616+
/encoder.coeffscachelimit 2 copy known {get /encoder.coeffscachelimit exch def} {pop pop} ifelse
617617
} {pop} ifelse
618618
619619
/encoder.coeffscache encoder.coeffscachemax encoder.coeffscachelimit //fifocache exec def

0 commit comments

Comments
 (0)