Update Platform.h

Add space
This commit is contained in:
Derek "Turtle" Roe 2021-03-16 17:52:53 -05:00
parent 227ffbe936
commit 1a7e8cebad
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ int _vscprintf (const char * format, va_list pargs);
#endif
//FPU rounding code
// FPU rounding code
#ifdef _WIN32
typedef enum { FE_TONEAREST = 0, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD } eRoundType;
int fesetround(int RoundType);