aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpzuev <pzuev@yandex-team.ru>2022-02-10 16:51:58 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:58 +0300
commit06075f9384bbf7b4a1b86df984c914bfbd8c98c3 (patch)
tree59075c7512034e500411081b5eaa29f033783fbd
parent12a17eba0ff5454cffccf6651fc32e2a5190f526 (diff)
downloadydb-06075f9384bbf7b4a1b86df984c914bfbd8c98c3.tar.gz
Restoring authorship annotation for <pzuev@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--util/system/datetime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/datetime.h b/util/system/datetime.h
index aa009974e0..ad4b62a063 100644
--- a/util/system/datetime.h
+++ b/util/system/datetime.h
@@ -8,7 +8,7 @@
#pragma intrinsic(__rdtsc)
#endif // _win_
-#if defined(_darwin_) && !defined(_x86_)
+#if defined(_darwin_) && !defined(_x86_)
#include <mach/mach_time.h>
#endif