From 8d57b69dee81198a59c39e64704f7dc9f04b4fbf Mon Sep 17 00:00:00 2001 From: dobrokot <dobrokot@yandex-team.ru> Date: Thu, 10 Feb 2022 16:49:07 +0300 Subject: Restoring authorship annotation for <dobrokot@yandex-team.ru>. Commit 2 of 2. --- util/system/shmat.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'util/system/shmat.cpp') diff --git a/util/system/shmat.cpp b/util/system/shmat.cpp index 151dc5ba1b..07ff0d6caa 100644 --- a/util/system/shmat.cpp +++ b/util/system/shmat.cpp @@ -89,12 +89,12 @@ namespace { } #endif -TSharedMemory::TSharedMemory() +TSharedMemory::TSharedMemory() : Handle(INVALID_FHANDLE) , Data(nullptr) - , Size(0) -{ -} + , Size(0) +{ +} #if defined(_win_) static void FormatName(char* buf, const TGUID& id) { -- cgit v1.2.3