diff options
author | chronoxor <chronoxor@yandex-team.ru> | 2022-02-10 16:47:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:30 +0300 |
commit | 497fb5d42537d72e6d8daea1083d431af1629ca9 (patch) | |
tree | e57b2ca340a2395ac561eb834063fbaf891c7fac | |
parent | ca04a556317a80ac802f38457a2292185282878b (diff) | |
download | ydb-497fb5d42537d72e6d8daea1083d431af1629ca9.tar.gz |
Restoring authorship annotation for <chronoxor@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | contrib/libs/crcutil/std_headers.h | 4 | ||||
-rw-r--r-- | library/cpp/ipv6_address/ipv6_address.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/crcutil/std_headers.h b/contrib/libs/crcutil/std_headers.h index 0d7e4ecb56..bf8e886cdc 100644 --- a/contrib/libs/crcutil/std_headers.h +++ b/contrib/libs/crcutil/std_headers.h @@ -37,9 +37,9 @@ // function ... selected for automatic inline expansion #pragma warning(disable: 4711) -#ifndef _CRT_SECURE_NO_WARNINGS +#ifndef _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS -#endif +#endif #endif // defined(_MSC_VER) diff --git a/library/cpp/ipv6_address/ipv6_address.h b/library/cpp/ipv6_address/ipv6_address.h index 1d7eb0b65f..42377dde32 100644 --- a/library/cpp/ipv6_address/ipv6_address.h +++ b/library/cpp/ipv6_address/ipv6_address.h @@ -11,11 +11,11 @@ #include <sys/socket.h> #endif -#if defined(_win_) +#if defined(_win_) // #include required to avoid problem with undefined 'socklen_t' on Windows #include <util/network/socket.h> -#endif - +#endif + namespace NAddr { class IRemoteAddr; } |