Browse Source

Restoring authorship annotation for <giraffe@yandex-team.ru>. Commit 2 of 2.

giraffe 3 years ago
parent
commit
eb9faa9ce8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      util/system/yassert.h

+ 2 - 2
util/system/yassert.h

@@ -65,7 +65,7 @@ inline void YaDebugBreak() {
                         __debugbreak();                         \
                     else {                                      \
                         PrintBackTrace();                       \
-                        /* NOLINTNEXTLINE */                    \ 
+                        /* NOLINTNEXTLINE */                    \
                         assert(false && (a));                   \
                     }                                           \
                 }                                               \
@@ -74,7 +74,7 @@ inline void YaDebugBreak() {
                     __debugbreak();                             \
                 else {                                          \
                     PrintBackTrace();                           \
-                    /* NOLINTNEXTLINE */                        \ 
+                    /* NOLINTNEXTLINE */                        \
                     assert(false && "Exception during assert"); \
                 }                                               \
             }                                                   \