mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-13 03:41:48 +00:00
Fixed rogue TAB indentation
This commit is contained in:
parent
199dc46e7d
commit
4d505f507b
@ -927,7 +927,7 @@ static ProfilerData& GetProfilerData()
|
|||||||
}
|
}
|
||||||
TRACY_API void ShutdownProfiler()
|
TRACY_API void ShutdownProfiler()
|
||||||
{
|
{
|
||||||
delete s_profilerData;
|
delete s_profilerData;
|
||||||
s_profilerData = nullptr;
|
s_profilerData = nullptr;
|
||||||
rpmalloc_finalize();
|
rpmalloc_finalize();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user