]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/data/data-docs.factor
factor: fix some spacing
[factor.git] / basis / alien / data / data-docs.factor
index 8e86520e7309eb479feadc6939d2d76eba31dbf6..f18dd3d4af350c0b292a7a3d5a26bce3ae6b9657 100644 (file)
@@ -159,8 +159,8 @@ ARTICLE: "c-boxes" "C value boxes"
   "FUNCTION: int do_foo ( int* a )"
 }
 "and writes to the pointer 'a', then it can be called like this:"
-{  $code
-   "1234 int <ref> [ do_foo ] keep int deref"
+{ $code
+    "1234 int <ref> [ do_foo ] keep int deref"
 }
 "The stack will then contain the two integers emitted by the 'do_foo' function." ;