Corrected indentation
This commit is contained in:
parent
a4da8959e9
commit
714b167aef
@ -23,7 +23,7 @@ void *CFGFileParser::parseFile()
|
||||
return NULL;
|
||||
}
|
||||
|
||||
_state = LINE_BREAK;
|
||||
_state = LINE_BREAK;
|
||||
while(file.available())
|
||||
{
|
||||
readChar = (char)file.read();
|
||||
|
Loading…
Reference in New Issue
Block a user