1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 01:29:43 +01:00

Remove trailing whitespace on getlinegap decl

This commit is contained in:
Misa 2024-02-02 14:59:52 -08:00
parent 69684994be
commit 2b476bb4c1

View file

@ -1512,7 +1512,7 @@ void Graphics::setlinegap(int customvalue)
textboxes[m].resize();
}
int Graphics::getlinegap(void)
int Graphics::getlinegap(void)
{
// Don't use linegaps in custom levels, for now anyway
if (map.custommode) return 0;