aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/platform.h
diff options
context:
space:
mode:
authormekagem <mekagem@yandex-team.ru>2022-02-10 16:48:44 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:44 +0300
commitc937e13b3151132f4fe9b95b05a33fb89138a89e (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/platform.h
parentda8aac97277cff07a0d2e4461ef132cc358bb403 (diff)
downloadydb-c937e13b3151132f4fe9b95b05a33fb89138a89e.tar.gz
Restoring authorship annotation for <mekagem@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/platform.h')
-rw-r--r--util/system/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/platform.h b/util/system/platform.h
index a44a6b7ea3..58f310ab34 100644
--- a/util/system/platform.h
+++ b/util/system/platform.h
@@ -91,7 +91,7 @@
#define _x86_64_
#endif
-#if defined(__i386__) || defined(_M_IX86)
+#if defined(__i386__) || defined(_M_IX86)
#define _i386_
#endif