Remove trailing whitespace from all files

Surprisingly, there's not a lot of it. There is, however, a lot of mixed
indentation in this project.
This commit is contained in:
Misa
2020-04-02 12:41:33 -07:00
committed by Ethan Lee
parent 6c6b6c68ff
commit 12d5433efc
6 changed files with 22 additions and 22 deletions

View File

@@ -3264,7 +3264,7 @@ void Game::updatestate()
NETWORK_unlockAchievement("vvvvvvcomplete50");
}
}
savestats();
if (nodeathmode)
@@ -4675,7 +4675,7 @@ void Game::savestats()
msg->LinkEndChild( new TiXmlText( tu.String(fullScreenEffect_badSignal).c_str()));
dataNode->LinkEndChild( msg );
msg = new TiXmlElement( "usingmmmmmm" );
msg->LinkEndChild( new TiXmlText( tu.String(usingmmmmmm).c_str()));
dataNode->LinkEndChild( msg );