mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +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:
@@ -114,7 +114,7 @@ void titlerender()
|
||||
}
|
||||
else if (game.currentmenuname == "options")
|
||||
{
|
||||
|
||||
|
||||
#if defined(MAKEANDPLAY)
|
||||
if (game.currentmenuoption == 0)
|
||||
{
|
||||
@@ -1122,7 +1122,7 @@ void titlerender()
|
||||
graphics.Print( -1, 125, "Your have unlocked", tr, tg, tb, true);
|
||||
graphics.Print( -1, 135, "the intermission levels.", tr, tg, tb, true);
|
||||
}else if (game.currentmenuname == "playerworlds")
|
||||
{
|
||||
{
|
||||
graphics.tempstring = FILESYSTEM_getUserLevelDirectory();
|
||||
if(graphics.tempstring.length()>80){
|
||||
graphics.Print( -1, 160, "To install new player levels, copy", tr, tg, tb, true);
|
||||
|
||||
Reference in New Issue
Block a user