diff options
author | nalpp <nalpp@yandex-team.ru> | 2022-02-10 16:46:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:46 +0300 |
commit | 30d1ef3941e0dc835be7609de5ebee66958f215a (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /util/system/shellcommand.h | |
parent | 87f3eb38999df2d3c1cb77f8ffb9c52ec9c516fb (diff) | |
download | ydb-30d1ef3941e0dc835be7609de5ebee66958f215a.tar.gz |
Restoring authorship annotation for <nalpp@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/shellcommand.h')
-rw-r--r-- | util/system/shellcommand.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/util/system/shellcommand.h b/util/system/shellcommand.h index ba30735c41..8730627fe5 100644 --- a/util/system/shellcommand.h +++ b/util/system/shellcommand.h @@ -5,7 +5,7 @@ #include <util/generic/list.h> #include <util/generic/hash.h> #include <util/generic/strbuf.h> -#include <util/generic/maybe.h> +#include <util/generic/maybe.h> #include <util/stream/input.h> #include <util/stream/output.h> #include "file.h" @@ -399,13 +399,13 @@ public: ECommandStatus GetStatus() const; /** - * @brief return exit code of finished process - * The value is unspecified in case of internal errors or if the process is running - * - * @return exit code - */ - TMaybe<int> GetExitCode() const; - + * @brief return exit code of finished process + * The value is unspecified in case of internal errors or if the process is running + * + * @return exit code + */ + TMaybe<int> GetExitCode() const; + /** * @brief get id of underlying process * @note depends on os: pid_t on UNIX, HANDLE on win |