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
commit3f323c9df018d4e22aed7bfb99d27749b8c1d180 (patch)
tree49e222ea1c5804306084bb3ae065bb702625360f /util
parentb5a9a2b99dd4fa6005304f0f60f4005137f18cb3 (diff)
downloadydb-3f323c9df018d4e22aed7bfb99d27749b8c1d180.tar.gz
Restoring authorship annotation for <kmosienko@yandex-team.ru>. Commit 2 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 5b3dae574b..58f310ab34 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