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
commitcef7a509710626ba72058dc31bb8f757225564ce (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb
parent06075f9384bbf7b4a1b86df984c914bfbd8c98c3 (diff)
downloadydb-cef7a509710626ba72058dc31bb8f757225564ce.tar.gz
Restoring authorship annotation for <pzuev@yandex-team.ru>. Commit 2 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 ad4b62a063..aa009974e0 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