diff options
author | gulin <gulin@yandex-team.ru> | 2022-02-10 16:47:32 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:32 +0300 |
commit | 7199613d295246a07c2f7b331fbb3128936039dc (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/system/hp_timer.h | |
parent | c807aae441c17fc7f577c35757a4b6e0bd909802 (diff) | |
download | ydb-7199613d295246a07c2f7b331fbb3128936039dc.tar.gz |
Restoring authorship annotation for <gulin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/hp_timer.h')
-rw-r--r-- | util/system/hp_timer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/hp_timer.h b/util/system/hp_timer.h index e482c413bd..0a4c252ec2 100644 --- a/util/system/hp_timer.h +++ b/util/system/hp_timer.h @@ -1,5 +1,5 @@ #pragma once - + #include "defaults.h" namespace NHPTimer { @@ -33,4 +33,4 @@ struct THPTimer { private: NHPTimer::STime Start; -}; +}; |