aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/pipe.h
diff options
context:
space:
mode:
authorneksard <neksard@yandex-team.ru>2022-02-10 16:45:23 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:23 +0300
commit8f7cf138264e0caa318144bf8a2c950e0b0a8593 (patch)
tree83bf5c8c8047c42d8475e6095df90ccdc3d1b57f /util/system/pipe.h
parentd3a398281c6fd1d3672036cb2d63f842d2cb28c5 (diff)
downloadydb-8f7cf138264e0caa318144bf8a2c950e0b0a8593.tar.gz
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/pipe.h')
-rw-r--r--util/system/pipe.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/util/system/pipe.h b/util/system/pipe.h
index 75d0360049..bfa80a7258 100644
--- a/util/system/pipe.h
+++ b/util/system/pipe.h
@@ -1,9 +1,9 @@
#pragma once
-
-#ifdef __GNUC__
+
+#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Warray-bounds" //need because of bug in gcc4.9.2
-#endif
+#endif
#include "defaults.h"
#include "file.h"
@@ -84,7 +84,7 @@ private:
using TImplRef = TSimpleIntrusivePtr<TImpl>;
TImplRef Impl_;
};
-
-#ifdef __GNUC__
+
+#ifdef __GNUC__
#pragma GCC diagnostic pop
-#endif
+#endif