aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorgeek <geek@yandex-team.ru>2022-02-10 16:49:34 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:34 +0300
commit3edcc3fb0098c02c36c44dfcc0d0dfe4224639c9 (patch)
treeb09bb5af02283c9ae5f6b7459a44fc085b29de72 /util
parent7fa2bc85438d6a40801444b0def15f9e76a44034 (diff)
downloadydb-3edcc3fb0098c02c36c44dfcc0d0dfe4224639c9.tar.gz
Restoring authorship annotation for <geek@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util')
-rw-r--r--util/system/error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/error.cpp b/util/system/error.cpp
index f778ec42cb..7eece9c3ec 100644
--- a/util/system/error.cpp
+++ b/util/system/error.cpp
@@ -20,7 +20,7 @@ void ClearLastSystemError() {
#if defined(_win_)
SetLastError(0);
#else
- errno = 0;
+ errno = 0;
#endif
}