1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-01-09 02:19:45 +01:00

Unindent ending for-loop brace

It's rather unnecessary to have it be on the same level as the ending
brace for the case-switch.
This commit is contained in:
Misa 2020-07-09 02:12:31 -07:00 committed by Ethan Lee
parent 8b8f9b3389
commit 34b0e2c812

View file

@ -1797,7 +1797,7 @@ void mapclass::loadlevel(int rx, int ry)
}
break;
}
}
}
//do the appear/remove roomname here
break;