Fix spacing

This commit is contained in:
joshuakr 2021-04-09 15:35:44 -07:00
parent e845c23493
commit fa942d18fe

View File

@ -175,6 +175,7 @@ struct ThreadHandleWrapper
};
#endif
#if defined __i386 || defined _M_IX86 || defined __x86_64__ || defined _M_X64
static inline void CpuId( uint32_t* regs, uint32_t leaf )
{
@ -186,7 +187,6 @@ static inline void CpuId( uint32_t* regs, uint32_t leaf )
#endif
}
static void InitFailure( const char* msg )
{
#if defined _WIN32 || defined __CYGWIN__