MUTATIONOFJB: Fix code formatting issues (with astyle).

This commit is contained in:
Ľubomír Remák 2018-08-04 16:57:41 +02:00 committed by Eugene Sandulenko
parent 6ff609c514
commit a25715a29b
48 changed files with 361 additions and 309 deletions

View file

@ -103,7 +103,7 @@ bool ScriptParseContext::readLine(Common::String &line) {
}
return true;
}
} while(!_stream.eos());
} while (!_stream.eos());
return false;
}