]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cpu/8080/emulator/emulator.factor
factor: fix some spacing
[factor.git] / extra / cpu / 8080 / emulator / emulator.factor
index b2744af4b9bcc5f215b634cc479acd7432cbb358..ed632cf1cc5bff6554cb0eecc6a23915e52b99a7 100644 (file)
@@ -199,7 +199,7 @@ CONSTANT: sign-flag         0x80
     swap cpu-f-bitor= ;
 
 : clear-flag ( cpu flag -- )
-     bitnot 0xFF bitand swap cpu-f-bitand= ;
+    bitnot 0xFF bitand swap cpu-f-bitand= ;
 
 : update-zero-flag ( result cpu -- )
     ! If the result of an instruction has the value 0, this