summaryrefslogtreecommitdiffstats
path: root/util/system/hp_timer.cpp
diff options
context:
space:
mode:
authorvmordovin <[email protected]>2022-02-10 16:48:14 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:14 +0300
commit6a1e535429145ec1ecfbc5f1efd3c95323261fb5 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /util/system/hp_timer.cpp
parent7c7f9bbcf57e15838d15afa94b31d8254b5d7776 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/hp_timer.cpp')
-rw-r--r--util/system/hp_timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/hp_timer.cpp b/util/system/hp_timer.cpp
index 42fc4d0c294..e4c3f21e6b4 100644
--- a/util/system/hp_timer.cpp
+++ b/util/system/hp_timer.cpp
@@ -16,7 +16,7 @@ namespace {
}
static inline const TFreq& Instance() {
- return *SingletonWithPriority<TFreq, 1>();
+ return *SingletonWithPriority<TFreq, 1>();
}
static double EstimateCPUClock() {