1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

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 #endif
#if defined __i386 || defined _M_IX86 || defined __x86_64__ || defined _M_X64 #if defined __i386 || defined _M_IX86 || defined __x86_64__ || defined _M_X64
static inline void CpuId( uint32_t* regs, uint32_t leaf ) 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 #endif
} }
static void InitFailure( const char* msg ) static void InitFailure( const char* msg )
{ {
#if defined _WIN32 || defined __CYGWIN__ #if defined _WIN32 || defined __CYGWIN__