mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 07:17:37 +02:00
Code formatting
This commit is contained in:
parent
aa822470ce
commit
86e3b0fbd9
1 changed files with 1 additions and 2 deletions
|
@ -147,8 +147,7 @@
|
||||||
(comment?
|
(comment?
|
||||||
(if (eq? c #\newline)
|
(if (eq? c #\newline)
|
||||||
(begin
|
(begin
|
||||||
(in-port:set-lnum! ptbl
|
(in-port:set-lnum! ptbl (+ 1 (in-port:get-lnum ptbl)))
|
||||||
(+ 1 (in-port:get-lnum ptbl)))
|
|
||||||
(in-port:set-cnum! ptbl 0)
|
(in-port:set-cnum! ptbl 0)
|
||||||
(parse fp '() toks all? #f parens ptbl))
|
(parse fp '() toks all? #f parens ptbl))
|
||||||
(parse fp '() toks all? #t parens ptbl)))
|
(parse fp '() toks all? #t parens ptbl)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue