]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/specialized-arrays/prettyprint/prettyprint.factor
factor: fix some spacing
[factor.git] / basis / specialized-arrays / prettyprint / prettyprint.factor
index ac7c705c8a281c946b59b3fbebe71a9b2c878a3e..f0b46b651b9853e760edaa60bf5308c961ef9daa 100644 (file)
@@ -7,9 +7,9 @@ IN: specialized-arrays.prettyprint
 
 : pprint-direct-array ( direct-array -- )
     \ c-array@ [
-         [ underlying-type ] [ underlying>> ] [ length>> ] tri
-         [ pprint* ] tri@
-     ] pprint-prefix ;
+        [ underlying-type ] [ underlying>> ] [ length>> ] tri
+        [ pprint* ] tri@
+    ] pprint-prefix ;
 
 M: specialized-array pprint*
     [ pprint-object ] [ pprint-direct-array ] pprint-c-object ;