:: commit 6e82bd0e2feaea41e08703b00397ff33a937bb8f

Carver Harrison <ch@dorper.me> — 2021-07-06 23:35

parents: eb33edf9ee

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;
         }
     }
     
tab: 248 wrap: offon