From 4d505f507b6914681d373e05d337af2b50c6883b Mon Sep 17 00:00:00 2001 From: Andrey Voroshilov Date: Wed, 8 Jul 2020 03:52:00 -0700 Subject: [PATCH] Fixed rogue TAB indentation --- client/TracyProfiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 334573db..3d31cb0b 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -927,7 +927,7 @@ static ProfilerData& GetProfilerData() } TRACY_API void ShutdownProfiler() { - delete s_profilerData; + delete s_profilerData; s_profilerData = nullptr; rpmalloc_finalize(); }