]> gitweb.factorcode.org Git - factor.git/commitdiff
vocabs.prettyprint: fixed indentation
authorKeith Lazuka <klazuka@gmail.com>
Sat, 12 Sep 2009 01:46:16 +0000 (21:46 -0400)
committerKeith Lazuka <klazuka@gmail.com>
Sat, 12 Sep 2009 01:46:16 +0000 (21:46 -0400)
basis/vocabs/prettyprint/prettyprint.factor

index 3c5059b5c0563b9382d133eae5aa5dfba3ed4088..6b759dddde50b622096891412aea7780b6faeb81 100644 (file)
@@ -87,9 +87,10 @@ PRIVATE>
         "To avoid doing this in the future, add the following forms" print
         "at the top of the source file:" print nl
     ] with-style
-    { { page-color COLOR: FactorLightLightTan }
-      { border-color COLOR: FactorDarkTan }
-      { inset { 5 5 } } }
-    [ manifest get pprint-manifest ] with-nesting
+    {
+        { page-color COLOR: FactorLightLightTan }
+        { border-color COLOR: FactorDarkTan }
+        { inset { 5 5 } }
+    } [ manifest get pprint-manifest ] with-nesting
     nl nl
 ] print-use-hook set-global
\ No newline at end of file