From 1a7e8cebad8a7a364bb57df24ee88a1d66175411 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Tue, 16 Mar 2021 17:52:53 -0500 Subject: [PATCH] Update Platform.h Add space --- Source/Common/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Common/Platform.h b/Source/Common/Platform.h index a5c3e9f73..d302c0113 100644 --- a/Source/Common/Platform.h +++ b/Source/Common/Platform.h @@ -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);