]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/concurrency/distributed/distributed.factor
factor: fix some spacing
[factor.git] / basis / concurrency / distributed / distributed.factor
index 45afe537c142292e25e5f6771cf54cb0ce5df42f..ade25b60e3a599c5e389260feb2c7c376b8ead09 100644 (file)
@@ -10,7 +10,7 @@ IN: concurrency.distributed
 <PRIVATE
 
 : registered-remote-threads ( -- hash )
-   \ registered-remote-threads get-global ;
+    \ registered-remote-threads get-global ;
 
 : thread-connections ( -- hash )
     \ thread-connections get-global ;