summaryrefslogtreecommitdiffstats
path: root/yql/essentials/utils/proc_alive.cpp
diff options
context:
space:
mode:
authorvvvv <[email protected]>2025-10-06 11:26:09 +0300
committervvvv <[email protected]>2025-10-06 11:53:26 +0300
commit60f45e69a4d7dbc6131208e16c45faf35aa5a985 (patch)
tree4daa45b52c295a178c7620e4c93921465fcf7950 /yql/essentials/utils/proc_alive.cpp
parent1bded1a65a7e6e9171418f3e1c691d390125b64e (diff)
YQL-20086 utils
init commit_hash:54feccd520ebd0ab23612bc0cb830914dff9d0e8
Diffstat (limited to 'yql/essentials/utils/proc_alive.cpp')
-rw-r--r--yql/essentials/utils/proc_alive.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/yql/essentials/utils/proc_alive.cpp b/yql/essentials/utils/proc_alive.cpp
index 7efb2584bcc..b81efa01eb7 100644
--- a/yql/essentials/utils/proc_alive.cpp
+++ b/yql/essentials/utils/proc_alive.cpp
@@ -7,7 +7,6 @@
#include <errno.h>
-
namespace NYql {
bool IsProcessAlive(TProcessId pid) {
@@ -33,5 +32,4 @@ bool IsProcessAlive(TProcessId pid) {
#endif
}
-} // NYql
-
+} // namespace NYql