aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/input_ut.cpp
diff options
context:
space:
mode:
authormelkov <melkov@yandex-team.ru>2022-02-10 16:48:13 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:13 +0300
commit438546c8737d5c1fdeb31157dcf999717d930eec (patch)
treed29d229abd2f9f889b9b7eb148d635059dc26acf /util/stream/input_ut.cpp
parent96647fad5355ff5ef45a00a6d85c097028584ab0 (diff)
downloadydb-438546c8737d5c1fdeb31157dcf999717d930eec.tar.gz
Restoring authorship annotation for <melkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/stream/input_ut.cpp')
-rw-r--r--util/stream/input_ut.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/stream/input_ut.cpp b/util/stream/input_ut.cpp
index 4a93f5458e..20469cf551 100644
--- a/util/stream/input_ut.cpp
+++ b/util/stream/input_ut.cpp
@@ -6,10 +6,10 @@
#include <util/system/file.h>
#include <util/system/yassert.h>
-#ifdef _win_
+#ifdef _win_
#include <io.h>
-#endif
-
+#endif
+
class TMockStdIn {
public:
TMockStdIn()
@@ -28,7 +28,7 @@ public:
tempFile.Seek(0, sSet);
TFileHandle tempFh(tempFile.GetHandle());
- tempFh.Duplicate2Posix(0);
+ tempFh.Duplicate2Posix(0);
tempFh.Release();
func();