Reformat and clean up "tools" package

This commit is contained in:
P0nk
2021-09-09 23:28:07 +02:00
parent e8ef3a492c
commit 7be1d119de
19 changed files with 793 additions and 800 deletions

View File

@@ -58,7 +58,7 @@ public class HexTool {
int nextb = 0;
boolean highoc = true;
outer:
for (;;) {
for (; ; ) {
int number = -1;
while (number == -1) {
if (nexti == hex.length()) {