From 444f5ef9418b63acfebcd82fc3584a4cea0f872c Mon Sep 17 00:00:00 2001 From: yenru0 Date: Fri, 3 Oct 2025 14:16:17 +0900 Subject: [PATCH] reformat scan.c --- src/scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scan.c b/src/scan.c index caee837..a4e40cf 100644 --- a/src/scan.c +++ b/src/scan.c @@ -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;