summaryrefslogtreecommitdiffstats
path: root/util/system/getpid.h
diff options
context:
space:
mode:
authoronpopov <[email protected]>2022-02-10 16:50:38 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:50:38 +0300
commit8773f7661194d4c0bdb1e3937b2ff7ae01dd13f8 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/getpid.h
parent84a29dd4980d5b39615e453f289bd1a81213296d (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/getpid.h')
-rw-r--r--util/system/getpid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/system/getpid.h b/util/system/getpid.h
index 906d21f3ede..60e243266f1 100644
--- a/util/system/getpid.h
+++ b/util/system/getpid.h
@@ -1,8 +1,8 @@
-#pragma once
-
+#pragma once
+
#include "platform.h"
#include "types.h"
-
+
#if defined(_win_)
using TProcessId = ui32; // DWORD
#else