diff --git a/Source/Core/Common/FloatUtils.h b/Source/Core/Common/FloatUtils.h index 41b74b0d63..d7657b941a 100644 --- a/Source/Core/Common/FloatUtils.h +++ b/Source/Core/Common/FloatUtils.h @@ -20,7 +20,7 @@ #include -#endif // _MSC_VER +#endif // _MSC_VER namespace Common { @@ -45,7 +45,7 @@ constexpr float SNANConstant() return (_CSTD _Snan._Float); } -#endif // _MSC_VER +#endif // _MSC_VER // The most significant bit of the fraction is an is-quiet bit on all architectures we care about. enum : u64