reformat scan.c

This commit is contained in:
2025-10-03 14:16:17 +09:00
parent bd5426c709
commit 444f5ef941

View File

@@ -110,7 +110,7 @@ TokenType getToken(void) { /* index for storing into tokenString */
save = FALSE;
else if (c == '=')
state = INASSIGN;
else if(c == '!')
else if (c == '!')
state = INNE;
else if (c == '<') {
state = INLT;