summaryrefslogtreecommitdiffstats
path: root/util/datetime/cputimer.cpp
diff options
context:
space:
mode:
authoraavdonkin <[email protected]>2022-02-10 16:49:57 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:57 +0300
commitfc8d3fe40009fab7705035e6ffdc3eb334307c80 (patch)
tree727a724ad16999a718de495cb330555f602cf01a /util/datetime/cputimer.cpp
parentfcd93d3533aed781986b121b1362ca188bd96367 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/datetime/cputimer.cpp')
-rw-r--r--util/datetime/cputimer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/datetime/cputimer.cpp b/util/datetime/cputimer.cpp
index 516d372c374..fe39face85c 100644
--- a/util/datetime/cputimer.cpp
+++ b/util/datetime/cputimer.cpp
@@ -15,7 +15,7 @@
#elif defined(_win_)
#include <util/system/winint.h>
#endif
-
+
TTimer::TTimer(const TStringBuf message) {
static const int SMALL_DURATION_CHAR_LENGTH = 9; // strlen("0.123456s")
Message_.Reserve(message.length() + SMALL_DURATION_CHAR_LENGTH + 1); // +"\n"