Browse Source

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

focus 3 years ago
parent
commit
8024488211
4 changed files with 9 additions and 9 deletions
  1. 2 2
      library/cpp/http/server/http.cpp
  2. 3 3
      library/cpp/streams/lz/lz.h
  3. 2 2
      util/stream/zlib.h
  4. 2 2
      util/ysaveload.h

+ 2 - 2
library/cpp/http/server/http.cpp

@@ -268,8 +268,8 @@ public:
                 Y_UNUSED(req.Release());
             } else {
                 Cb_->OnFailRequest(-1);
-            }
-        }
+            } 
+        } 
     }
 
     size_t GetRequestQueueSize() const {

+ 3 - 3
library/cpp/streams/lz/lz.h

@@ -4,7 +4,7 @@
 #include <util/stream/input.h>
 #include <util/generic/ptr.h>
 #include <util/generic/yexception.h>
-
+ 
 /**
  * @file
  *
@@ -18,8 +18,8 @@
  */
 
 struct TDecompressorError: public yexception {
-};
-
+}; 
+ 
 /**
  * @addtogroup Streams_Archs
  * @{

+ 2 - 2
util/stream/zlib.h

@@ -15,8 +15,8 @@
  */
 
 struct TZLibError: public yexception {
-};
-
+}; 
+ 
 struct TZLibCompressorError: public TZLibError {
 };
 

+ 2 - 2
util/ysaveload.h

@@ -26,8 +26,8 @@ public:
 };
 
 struct TSerializeException: public yexception {
-};
-
+}; 
+ 
 struct TLoadEOF: public TSerializeException {
 };