Remove inconsistent new lines
Hmm...
This commit is contained in:
parent
55c5f4a31d
commit
0364fd1c54
@ -12,7 +12,6 @@ class MachineState {
|
|||||||
var cycleCount: Long = 0
|
var cycleCount: Long = 0
|
||||||
var halted: Boolean = false
|
var halted: Boolean = false
|
||||||
|
|
||||||
|
|
||||||
fun step(){
|
fun step(){
|
||||||
if(halted) return
|
if(halted) return
|
||||||
++cycleCount
|
++cycleCount
|
||||||
@ -272,7 +271,6 @@ class MachineState {
|
|||||||
return state
|
return state
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fun Short.inv() = toInt().inv().onlyBits(16).toShort()
|
fun Short.inv() = toInt().inv().onlyBits(16).toShort()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user