diff options
author | renadeen <[email protected]> | 2022-02-10 16:50:48 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:48 +0300 |
commit | 8e8d08ad14d2bf27a663f9a5ba0a058239942b62 (patch) | |
tree | 8d66190950a9076cee8b7d40d0bdb149e5afbb9b /library/cpp/yt/coding | |
parent | e55e35630443fbd1ab23fc2734140a9e06509073 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yt/coding')
-rw-r--r-- | library/cpp/yt/coding/varint-inl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/yt/coding/varint-inl.h b/library/cpp/yt/coding/varint-inl.h index f0a09e9d305..2fbfca5ce7c 100644 --- a/library/cpp/yt/coding/varint-inl.h +++ b/library/cpp/yt/coding/varint-inl.h @@ -1,7 +1,7 @@ #ifndef VARINT_INL_H_ #error "Direct inclusion of this file is not allowed, include varint.h" -// For the sake of sane code completion. -#include "varint.h" +// For the sake of sane code completion. +#include "varint.h" #endif #include "zig_zag.h" |