aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/align_ut.cpp
diff options
context:
space:
mode:
authorAlexander Gololobov <davenger@yandex-team.com>2022-02-10 16:47:37 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:37 +0300
commit39608cdb86363c75ce55b2b9a69841c3b71f22cf (patch)
tree4ec132c1665bd4d68e3628aa18d937c70d32413b /util/system/align_ut.cpp
parent54295b9bd4dc45c54d804084fd846d945148a7f0 (diff)
downloadydb-39608cdb86363c75ce55b2b9a69841c3b71f22cf.tar.gz
Restoring authorship annotation for Alexander Gololobov <davenger@yandex-team.com>. Commit 1 of 2.
Diffstat (limited to 'util/system/align_ut.cpp')
-rw-r--r--util/system/align_ut.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/util/system/align_ut.cpp b/util/system/align_ut.cpp
index 3ba3a3442b..6b24cbac52 100644
--- a/util/system/align_ut.cpp
+++ b/util/system/align_ut.cpp
@@ -1,13 +1,13 @@
-#include "align.h"
-
+#include "align.h"
+
#include <library/cpp/testing/unittest/registar.h>
-class TAlignTest: public TTestBase {
+class TAlignTest: public TTestBase {
UNIT_TEST_SUITE(TAlignTest);
UNIT_TEST(TestDown)
UNIT_TEST(TestUp)
UNIT_TEST_SUITE_END();
-
+
private:
inline void TestDown() {
UNIT_ASSERT(AlignDown(0, 4) == 0);
@@ -30,6 +30,6 @@ private:
UNIT_ASSERT(AlignUp(0, 8) == 0);
UNIT_ASSERT(AlignUp(1, 8) == 8);
}
-};
-
-UNIT_TEST_SUITE_REGISTRATION(TAlignTest);
+};
+
+UNIT_TEST_SUITE_REGISTRATION(TAlignTest);