From d3a398281c6fd1d3672036cb2d63f842d2cb28c5 Mon Sep 17 00:00:00 2001
From: Anton Samokhvalov <pg83@yandex.ru>
Date: Thu, 10 Feb 2022 16:45:17 +0300
Subject: Restoring authorship annotation for Anton Samokhvalov
 <pg83@yandex.ru>. Commit 2 of 2.

---
 library/cpp/int128/ut/int128_old_ut.cpp | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

(limited to 'library/cpp/int128/ut/int128_old_ut.cpp')

diff --git a/library/cpp/int128/ut/int128_old_ut.cpp b/library/cpp/int128/ut/int128_old_ut.cpp
index 49cdcbcda3..2c5b9e9610 100644
--- a/library/cpp/int128/ut/int128_old_ut.cpp
+++ b/library/cpp/int128/ut/int128_old_ut.cpp
@@ -5,19 +5,19 @@
 
 class TUInt128Test: public TTestBase {
     UNIT_TEST_SUITE(TUInt128Test);
-    UNIT_TEST(Create); 
-    UNIT_TEST(Minus); 
-    UNIT_TEST(Plus); 
-    UNIT_TEST(Shift) 
-    UNIT_TEST(Overflow); 
-    UNIT_TEST(Underflow); 
-    UNIT_TEST(ToStringTest); 
-    UNIT_TEST(FromStringTest); 
+    UNIT_TEST(Create);
+    UNIT_TEST(Minus);
+    UNIT_TEST(Plus);
+    UNIT_TEST(Shift)
+    UNIT_TEST(Overflow);
+    UNIT_TEST(Underflow);
+    UNIT_TEST(ToStringTest);
+    UNIT_TEST(FromStringTest);
 #if defined(Y_HAVE_INT128)
-    UNIT_TEST(FromSystemUint128); 
+    UNIT_TEST(FromSystemUint128);
 #endif
     UNIT_TEST_SUITE_END();
- 
+
 private:
     void Create();
     void Minus();
-- 
cgit v1.2.3