mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Remove trailing whitespace on getlinegap decl
This commit is contained in:
@@ -1512,7 +1512,7 @@ void Graphics::setlinegap(int customvalue)
|
|||||||
textboxes[m].resize();
|
textboxes[m].resize();
|
||||||
}
|
}
|
||||||
|
|
||||||
int Graphics::getlinegap(void)
|
int Graphics::getlinegap(void)
|
||||||
{
|
{
|
||||||
// Don't use linegaps in custom levels, for now anyway
|
// Don't use linegaps in custom levels, for now anyway
|
||||||
if (map.custommode) return 0;
|
if (map.custommode) return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user