Skip to content

Commit

Permalink
Fix indentation of PROG1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbtrap committed Mar 1, 2014
1 parent 544fcd1 commit 22082fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ when SUBPATTERN-REFERENCE is true) has already been read. The closing
;; put the digit back
(decf (lexer-pos lexer))
(prog1
(list :subpattern-reference (get-number lexer :no-whitespace-p t))
(list :subpattern-reference (get-number lexer :no-whitespace-p t))
(let ((next-char (next-char lexer)))
(when (or (null next-char)
(not (char= (the character next-char) #\))))
Expand Down

0 comments on commit 22082fc

Please sign in to comment.