aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorkmosienko <kmosienko@yandex-team.ru>2022-02-10 16:46:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:53 +0300
commitb5a9a2b99dd4fa6005304f0f60f4005137f18cb3 (patch)
treed3e39606b032fa188ddbfb604e71fe8a5059bd12 /util
parent469afdc4e2587bf62ecdd096b75a0baa444c4012 (diff)
downloadydb-b5a9a2b99dd4fa6005304f0f60f4005137f18cb3.tar.gz
Restoring authorship annotation for <kmosienko@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util')
-rw-r--r--util/system/platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/platform.h b/util/system/platform.h
index 58f310ab34..5b3dae574b 100644
--- a/util/system/platform.h
+++ b/util/system/platform.h
@@ -156,8 +156,8 @@
#if defined(__POPCNT__) || defined(POPCNT_ENABLED)
#define _popcnt_
-#endif
-
+#endif
+
#if defined(__PCLMUL__) || defined(PCLMUL_ENABLED)
#define _pclmul_
#endif