aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/tracy
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2023-12-19 13:45:15 -0800
committerrtk0c <[email protected]>2025-08-16 11:34:30 -0700
commit92a688093c801ac2b8cc9b74a42b5c850c8dd18e (patch)
tree75e5cbd31d9715da2701d3cc3a10fda8c173df9b /3rdparty/tracy
parent981020878ac3ef514525bef0a777bc43b86f0923 (diff)
Run dos2unix
Diffstat (limited to '3rdparty/tracy')
-rw-r--r--3rdparty/tracy/tracy/client/tracy_concurrentqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/tracy/tracy/client/tracy_concurrentqueue.h b/3rdparty/tracy/tracy/client/tracy_concurrentqueue.h
index a1f4173..5573324 100644
--- a/3rdparty/tracy/tracy/client/tracy_concurrentqueue.h
+++ b/3rdparty/tracy/tracy/client/tracy_concurrentqueue.h
@@ -1,4 +1,4 @@
-// Provides a C++11 implementation of a multi-producer, multi-consumer lock-free queue.
+// Provides a C++11 implementation of a multi-producer, multi-consumer lock-free queue.
// An overview, including benchmark results, is provided here:
// http://moodycamel.com/blog/2014/a-fast-general-purpose-lock-free-queue-for-c++
// The full design is also described in excruciating detail at: