mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user