Some spacing review

This commit is contained in:
Ray 2019-02-28 23:06:37 +01:00
parent 50da9f623e
commit 36fa0207f2
4 changed files with 5 additions and 7 deletions

View file

@ -1326,13 +1326,11 @@ int TextToInteger(const char *text)
return result;
}
//----------------------------------------------------------------------------------
//----------------------------------------------------------------------------------
// Module specific Functions Definition
//----------------------------------------------------------------------------------
#if defined(SUPPORT_FILEFORMAT_FNT)
// Load a BMFont file (AngelCode font file)
static Font LoadBMFont(const char *fileName)