1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-02 21:53:52 +00:00

Fixed rogue TAB indentation

This commit is contained in:
Andrey Voroshilov 2020-07-08 03:52:00 -07:00
parent 199dc46e7d
commit 4d505f507b

View File

@ -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();
} }