From 0f794ed3b4235d61f8e13a8987bb565ddd2dc72b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 20 Dec 2023 13:15:42 +0100 Subject: [PATCH] Cosmetics. --- public/common/TracySystem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/common/TracySystem.hpp b/public/common/TracySystem.hpp index e0040e95..aa5a88c1 100644 --- a/public/common/TracySystem.hpp +++ b/public/common/TracySystem.hpp @@ -25,7 +25,7 @@ static inline uint32_t GetThreadHandle() TRACY_API void SetThreadName( const char* name ); TRACY_API const char* GetThreadName( uint32_t id ); -TRACY_API const char* GetEnvVar(const char* name); +TRACY_API const char* GetEnvVar( const char* name ); }