Corrected indentation

This commit is contained in:
anschrammh 2022-04-29 07:44:58 +02:00
parent a4da8959e9
commit 714b167aef

View File

@ -23,7 +23,7 @@ void *CFGFileParser::parseFile()
return NULL;
}
_state = LINE_BREAK;
_state = LINE_BREAK;
while(file.available())
{
readChar = (char)file.read();