Another Indentation Fix
diff --git a/stage23/menu.c b/stage23/menu.c
index 5852504f..94c7c688 100644
--- a/stage23/menu.c
+++ b/stage23/menu.c
@@ -286,8 +286,8 @@ refresh:
print("%c", buffer[i]);
}
- // switch to token type 2 after equals sign
- if (token_type == TOK_EQUALS) token_type = TOK_VALUE;
+ // switch to token type 2 after equals sign
+ if (token_type == TOK_EQUALS) token_type = TOK_VALUE;
}
}
