summaryrefslogtreecommitdiffstats
path: root/util/system
diff options
context:
space:
mode:
authorabokov <[email protected]>2022-02-10 16:49:57 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:57 +0300
commitdb144972bc686626e62c9bb5b84d932f987dc8ef (patch)
treee0ed404f8a8785b89e2f0edb6d22cc8ad474ece0 /util/system
parentefc32853c4263131bc59412eaf1a9e4aaae2a1f9 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system')
-rw-r--r--util/system/filemap.h4
-rw-r--r--util/system/hostname.cpp4
-rw-r--r--util/system/thread.i2
3 files changed, 5 insertions, 5 deletions
diff --git a/util/system/filemap.h b/util/system/filemap.h
index 11be64bff47..9f3f1418353 100644
--- a/util/system/filemap.h
+++ b/util/system/filemap.h
@@ -42,9 +42,9 @@ struct TMemoryMapCommon {
void* Ptr;
size_t Size;
i32 Head;
-
+
TMapResult(void) noexcept {
- Reset();
+ Reset();
}
};
diff --git a/util/system/hostname.cpp b/util/system/hostname.cpp
index 386f646d6bd..1e9a5adf48b 100644
--- a/util/system/hostname.cpp
+++ b/util/system/hostname.cpp
@@ -3,11 +3,11 @@
#include <util/generic/yexception.h>
#include <util/network/ip.h>
-#if defined(_unix_)
+#if defined(_unix_)
#include <unistd.h>
#include <ifaddrs.h>
#include <netdb.h>
-#endif
+#endif
#if defined(_win_)
#include <WinSock2.h>
diff --git a/util/system/thread.i b/util/system/thread.i
index 8cba5054738..9c6940962bf 100644
--- a/util/system/thread.i
+++ b/util/system/thread.i
@@ -1,7 +1,7 @@
//do not use directly
#pragma once
#include "platform.h"
-
+
#if defined(_win_)
#include "winint.h"
#include <process.h>