Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-06-22 15:05:18 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-06-22 15:05:18 +0300
commit6a82f666a7e46ac4ba23437290176fc5cdd18516 (patch)
treeabadc86efcd96fd413ee0169791b70cb64743648 /server/TracyWorker.hpp
parent54ae4c84ba5c417bfebad0523eaebc7767702a7c (diff)
Cosmetics.
Diffstat (limited to 'server/TracyWorker.hpp')
-rw-r--r--server/TracyWorker.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/TracyWorker.hpp b/server/TracyWorker.hpp
index 8497e2dc..2ff2fc3b 100644
--- a/server/TracyWorker.hpp
+++ b/server/TracyWorker.hpp
@@ -269,7 +269,7 @@ public:
int64_t GetFrameBegin( const FrameData& fd, size_t idx ) const;
int64_t GetFrameEnd( const FrameData& fd, size_t idx ) const;
const FrameImage* GetFrameImage( const FrameData& fd, size_t idx ) const;
- std::pair <int, int> GetFrameRange( const FrameData& fd, int64_t from, int64_t to );
+ std::pair<int, int> GetFrameRange( const FrameData& fd, int64_t from, int64_t to );
const flat_hash_map<uint32_t, LockMap*, nohash<uint32_t>>& GetLockMap() const { return m_data.lockMap; }
const Vector<MessageData*>& GetMessages() const { return m_data.messages; }