From bb399133392a29f993e7095c72ce46627afb2caf Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 3 May 2020 20:49:13 +0200 Subject: [PATCH] Cosmetics. --- profiler/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index 1c6276f4..26c88d32 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -604,7 +604,7 @@ static void DrawContents() badVer.state = tracy::BadVersionState::LegacyVersion; badVer.version = e.version; } - } ); + } ); } } catch( const tracy::NotTracyDump& )