aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/input.h
diff options
context:
space:
mode:
authorsmikler <smikler@yandex-team.ru>2022-02-10 16:49:33 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:33 +0300
commit0e68ae909d3b76a5a001a07880eb0010dec6b2ea (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/stream/input.h
parente4f0fd4ab53ca40eb91e750cf3e7f76c21e930db (diff)
downloadydb-0e68ae909d3b76a5a001a07880eb0010dec6b2ea.tar.gz
Restoring authorship annotation for <smikler@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/stream/input.h')
-rw-r--r--util/stream/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/input.h b/util/stream/input.h
index ed2b98c33f..f0d5807ed2 100644
--- a/util/stream/input.h
+++ b/util/stream/input.h
@@ -82,7 +82,7 @@ public:
* signals end of stream.
*/
size_t Load(void* buf, size_t len);
-
+
/**
* Reads the requested amount of data from the stream, or fails with an
* exception if unable to do so.