Browse Source

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

pavelgolubev 3 years ago
parent
commit
6f0f263753

+ 1 - 1
contrib/libs/poco/Foundation/include/Poco/DeflatingStream.h

@@ -23,7 +23,7 @@
 #include <istream>
 #include <istream>
 #include <ostream>
 #include <ostream>
 #if defined(POCO_UNBUNDLED)
 #if defined(POCO_UNBUNDLED)
-#include <contrib/libs/zlib/zlib.h> 
+#include <contrib/libs/zlib/zlib.h>
 #else
 #else
 #error #include "Poco/zlib.h"
 #error #include "Poco/zlib.h"
 #endif
 #endif

+ 1 - 1
contrib/restricted/boost/boost/multiprecision/cpp_int.hpp

@@ -842,7 +842,7 @@ public:
          m_sign = false;
          m_sign = false;
       }
       }
    }
    }
-   BOOST_MP_FORCEINLINE void resize(unsigned /*new_size*/, unsigned min_size) 
+   BOOST_MP_FORCEINLINE void resize(unsigned /*new_size*/, unsigned min_size)
    {
    {
       detail::verify_new_size(2, min_size, checked_type());
       detail::verify_new_size(2, min_size, checked_type());
    }
    }