whitespace cleanup

This commit is contained in:
Alam Ed Arias 2016-06-19 20:25:09 -04:00
parent 5cceda37bb
commit 7126d57fd7
1 changed files with 1 additions and 1 deletions

View File

@ -1346,7 +1346,7 @@ void I_SetPalette(RGBA_t *palette)
}
// return number of fullscreen + X11 modes
FUNCMATH INT32 VID_NumModes(void)
FUNCMATH INT32 VID_NumModes(void)
{
if (USE_FULLSCREEN && numVidModes != -1)
return numVidModes - firstEntry;