aboutsummaryrefslogtreecommitdiff
path: root/src/interp/fnewmeta.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/fnewmeta.lisp')
-rw-r--r--src/interp/fnewmeta.lisp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/interp/fnewmeta.lisp b/src/interp/fnewmeta.lisp
index 43d7d3c5..feab45b8 100644
--- a/src/interp/fnewmeta.lisp
+++ b/src/interp/fnewmeta.lisp
@@ -819,9 +819,8 @@
(MUST (MATCH-ADVANCE-STRING "|]"))
(PUSH-REDUCTION '|PARSE-Enclosure|
(CONS '|[\|\|]|
- (CONS (POP-STACK-1) NIL))))))
-
-
+ (CONS (POP-STACK-1) NIL)))
+ )))
))