aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbabenko <babenko@yandex-team.com>2024-11-28 23:41:46 +0300
committerbabenko <babenko@yandex-team.com>2024-11-28 23:58:28 +0300
commitb708f6403449e1d78ad84727e015580975f76957 (patch)
treefda5aea7a3e4e775979074023f77fdf458548395
parente88b236e3b8a5ca7da1db4d6a291295e82683f1d (diff)
downloadydb-b708f6403449e1d78ad84727e015580975f76957.tar.gz
Better code formatting
commit_hash:910ac6707cbf4445d5866679efd6ab636bf9e088
-rw-r--r--yt/yt/core/misc/proc.h2
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)))