@@ -268,8 +268,8 @@ public:
Y_UNUSED(req.Release());
} else {
Cb_->OnFailRequest(-1);
- }
+ }
}
size_t GetRequestQueueSize() const {
@@ -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
* @{
@@ -15,8 +15,8 @@
struct TZLibError: public yexception {
struct TZLibCompressorError: public TZLibError {
};
@@ -26,8 +26,8 @@ public:
struct TSerializeException: public yexception {
struct TLoadEOF: public TSerializeException {