]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/objects.hpp
VM: Fixup cast formatting after clang-format
[factor.git] / vm / objects.hpp
index b792763f1f861a1853e88611a4d084e91dbc620d..d082c18ba250290bb8de10e846b85c91bcd5918a 100644 (file)
@@ -118,7 +118,7 @@ inline static bool save_special_p(cell i) {
 }
 
 template <typename Iterator> void object::each_slot(Iterator& iter) {
-  cell scan = (cell) this;
+  cell scan = (cell)this;
   cell payload_start = binary_payload_start();
   cell end = scan + payload_start;