JANITORIAL: Remove trailing whitespaces.
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
This commit is contained in:
parent
a6c6c74350
commit
89abab97e3
197 changed files with 630 additions and 630 deletions
|
@ -502,7 +502,7 @@ static bool DoRestore() {
|
|||
delete f; // Invalid header, or savegame too new -> skip it
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
// Load in the data. For older savegame versions, we potentially need to load the data twice, once
|
||||
// for pre 1.5 savegames, and if that fails, a second time for 1.5 savegames
|
||||
int numInterpreters = hdr.numInterpreters;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue