From 412d252eeaf75c67e97f17bade76125a5bf373aa Mon Sep 17 00:00:00 2001 From: txfx Date: Sun, 10 May 2020 15:32:39 +0200 Subject: [PATCH] Remove extra semicolons at the end of namespaces --- client/TracyLock.hpp | 2 +- client/TracyProfiler.hpp | 2 +- common/TracyQueue.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/TracyLock.hpp b/client/TracyLock.hpp index bc20634c..5cda66de 100644 --- a/client/TracyLock.hpp +++ b/client/TracyLock.hpp @@ -544,6 +544,6 @@ private: }; -}; +} #endif diff --git a/client/TracyProfiler.hpp b/client/TracyProfiler.hpp index 441dac45..a03b63e7 100644 --- a/client/TracyProfiler.hpp +++ b/client/TracyProfiler.hpp @@ -674,6 +674,6 @@ private: ParameterCallback m_paramCallback; }; -}; +} #endif diff --git a/common/TracyQueue.hpp b/common/TracyQueue.hpp index 447c3afc..194d5085 100644 --- a/common/TracyQueue.hpp +++ b/common/TracyQueue.hpp @@ -551,6 +551,6 @@ static_assert( sizeof( QueueDataSize ) / sizeof( size_t ) == (uint8_t)QueueType: static_assert( sizeof( void* ) <= sizeof( uint64_t ), "Pointer size > 8 bytes" ); static_assert( sizeof( void* ) == sizeof( uintptr_t ), "Pointer size != uintptr_t" ); -}; +} #endif