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
commitda8aac97277cff07a0d2e4461ef132cc358bb403 (patch)
treefa6463a828ea6cc0dee98b32737fa8e31236ab83 /util/system/platform.h
parent42763e077672e2c34762ae2170d753999fd09f97 (diff)
downloadydb-da8aac97277cff07a0d2e4461ef132cc358bb403.tar.gz
Restoring authorship annotation for <mekagem@yandex-team.ru>. Commit 1 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 58f310ab34..a44a6b7ea3 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