Remove trailing whitespace on getlinegap decl

This commit is contained in:
Misa 2024-02-02 14:59:52 -08:00
parent 69684994be
commit 2b476bb4c1
1 changed files with 1 additions and 1 deletions

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;