Clean up source code using default Eclipse settings.

This commit is contained in:
Deryck Brown
2022-05-12 18:01:59 +01:00
parent b9ed079ce1
commit 5fa828c450
77 changed files with 554 additions and 281 deletions
@@ -377,7 +377,7 @@ public class Interpreter {
} catch (java.io.IOException s) {
status = failedIOError;
}
data[addr] = (int) currentChar;
data[addr] = currentChar;
break;
case Machine.putDisplacement:
ST = ST - 1;