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()
{
delete s_profilerData;
delete s_profilerData;
s_profilerData = nullptr;
rpmalloc_finalize();
}