Browse Source

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

chronoxor 3 years ago
parent
commit
37c53237e5
2 changed files with 5 additions and 5 deletions
  1. 2 2
      contrib/libs/crcutil/std_headers.h
  2. 3 3
      library/cpp/ipv6_address/ipv6_address.h

+ 2 - 2
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)
 

+ 3 - 3
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;
 }