diff options
author | babenko <babenko@yandex-team.com> | 2024-11-28 23:41:46 +0300 |
---|---|---|
committer | babenko <babenko@yandex-team.com> | 2024-11-28 23:58:28 +0300 |
commit | b708f6403449e1d78ad84727e015580975f76957 (patch) | |
tree | fda5aea7a3e4e775979074023f77fdf458548395 | |
parent | e88b236e3b8a5ca7da1db4d6a291295e82683f1d (diff) | |
download | ydb-b708f6403449e1d78ad84727e015580975f76957.tar.gz |
Better code formatting
commit_hash:910ac6707cbf4445d5866679efd6ab636bf9e088
-rw-r--r-- | yt/yt/core/misc/proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/misc/proc.h b/yt/yt/core/misc/proc.h index be90a2a16d..36d9ce8bc6 100644 --- a/yt/yt/core/misc/proc.h +++ b/yt/yt/core/misc/proc.h @@ -20,7 +20,7 @@ constexpr int LinuxErrorCodeCount = 2000; DEFINE_ENUM(ELinuxErrorCode, ((NOENT) ((LinuxErrorCodeBase + ENOENT))) ((IO) ((LinuxErrorCodeBase + EIO))) - ((ACCESS) ((LinuxErrorCodeBase + EACCES))) + ((ACCESS) ((LinuxErrorCodeBase + EACCES))) ((NFILE) ((LinuxErrorCodeBase + ENFILE))) ((MFILE) ((LinuxErrorCodeBase + EMFILE))) ((NOSPC) ((LinuxErrorCodeBase + ENOSPC))) |