aboutsummaryrefslogtreecommitdiffstats
path: root/util/folder/dirent_win.c
diff options
context:
space:
mode:
authorAlexander Fokin <apfokin@gmail.com>2022-02-10 16:45:38 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:38 +0300
commitbf9e69a933f89af083d895185f01ed65e4d90766 (patch)
treeb2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /util/folder/dirent_win.c
parent863a59a65247c24db7cb06789bc5cf79d04da32f (diff)
downloadydb-bf9e69a933f89af083d895185f01ed65e4d90766.tar.gz
Restoring authorship annotation for Alexander Fokin <apfokin@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'util/folder/dirent_win.c')
-rw-r--r--util/folder/dirent_win.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/folder/dirent_win.c b/util/folder/dirent_win.c
index 5bc2634dd6..7e6db74ce5 100644
--- a/util/folder/dirent_win.c
+++ b/util/folder/dirent_win.c
@@ -12,10 +12,10 @@ static void SetErrno() {
_dosmaperr(GetLastError());
}
#else
-void __cdecl __acrt_errno_map_os_error(unsigned long const oserrno);
-
-static void SetErrno() {
- __acrt_errno_map_os_error(GetLastError());
+void __cdecl __acrt_errno_map_os_error(unsigned long const oserrno);
+
+static void SetErrno() {
+ __acrt_errno_map_os_error(GetLastError());
}
#endif