aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/platform.h
diff options
context:
space:
mode:
authormuhden <muhden@yandex-team.ru>2022-02-10 16:51:48 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:48 +0300
commitd449e2096cfd23bf76d1e80ec9563dd3ca7b75cd (patch)
treebdb7eb6df681053507173754b5c77972ad5bbe19 /util/system/platform.h
parentcbda1e9b45823b79d9d7aad6d9f30db788f07615 (diff)
downloadydb-d449e2096cfd23bf76d1e80ec9563dd3ca7b75cd.tar.gz
Restoring authorship annotation for <muhden@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/platform.h')
-rw-r--r--util/system/platform.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/system/platform.h b/util/system/platform.h
index 58f310ab34..a7bd25b753 100644
--- a/util/system/platform.h
+++ b/util/system/platform.h
@@ -75,12 +75,12 @@
#else
#define _arm32_
#endif
-#endif
-
+#endif
+
#if defined(_arm64_) || defined(_arm32_)
#define _arm_
-#endif
-
+#endif
+
/* __ia64__ and __x86_64__ - defined by GNU C.
* _M_IA64, _M_X64, _M_AMD64 - defined by Visual Studio.
*