mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +00:00
Fix spacing
This commit is contained in:
parent
e845c23493
commit
fa942d18fe
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user