]> gitweb.factorcode.org Git - factor.git/commitdiff
syntax: Fix spaces
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 22 Jun 2022 19:55:26 +0000 (14:55 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 22 Jun 2022 19:55:26 +0000 (14:55 -0500)
core/syntax/syntax.factor

index 99efa805a7510fdfd287604b24f1c1542dd3c224..66ab0047729a925f7a9e9f70942ff4ebe352f807 100644 (file)
@@ -296,21 +296,21 @@ IN: bootstrap.syntax
     ">>>>>>" [ version-control-merge-conflict ] define-core-syntax
 
     "'[" [
-         t in-fry? [ parse-quotation ] with-variable fry append!
+        t in-fry? [ parse-quotation ] with-variable fry append!
     ] define-core-syntax
 
     "'{" [
-         t in-fry? [ \ } parse-until >array ] with-variable fry append!
+        t in-fry? [ \ } parse-until >array ] with-variable fry append!
     ] define-core-syntax
 
     "'HS{" [
-         t in-fry? [ \ } parse-until >array ] with-variable fry
-         [ >hash-set ] compose append!
+        t in-fry? [ \ } parse-until >array ] with-variable fry
+        [ >hash-set ] compose append!
     ] define-core-syntax
 
     "'H{" [
-         t in-fry? [ \ } parse-until >array ] with-variable fry
-         [ parse-hashtable ] compose append!
+        t in-fry? [ \ } parse-until >array ] with-variable fry
+        [ parse-hashtable ] compose append!
     ] define-core-syntax
 
     "_" [