MUTATIONOFJB: Fix code formatting issues (with astyle).
This commit is contained in:
parent
6ff609c514
commit
a25715a29b
48 changed files with 361 additions and 309 deletions
|
@ -103,7 +103,7 @@ bool ScriptParseContext::readLine(Common::String &line) {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
} while(!_stream.eos());
|
||||
} while (!_stream.eos());
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue