mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-01 12:47:06 +03:00
Another Indentation Fix
This commit is contained in:
parent
eb33edf9ee
commit
6e82bd0e2f
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user