aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/defaults.h
diff options
context:
space:
mode:
authortejblum <tejblum@yandex-team.ru>2022-02-10 16:48:02 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:02 +0300
commit2bf39531b4f50b889e946ac4866018678a4fb281 (patch)
tree65ee082892af9db55f726e13950abf0b1cc65992 /util/system/defaults.h
parenta61e8c559b6b690a019253067224d595e3d642f1 (diff)
downloadydb-2bf39531b4f50b889e946ac4866018678a4fb281.tar.gz
Restoring authorship annotation for <tejblum@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/defaults.h')
-rw-r--r--util/system/defaults.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/util/system/defaults.h b/util/system/defaults.h
index dcd7abea38e..84c4580b02c 100644
--- a/util/system/defaults.h
+++ b/util/system/defaults.h
@@ -1,7 +1,7 @@
#pragma once
-
+
#include "platform.h"
-
+
#if defined _unix_
#define LOCSLASH_C '/'
#define LOCSLASH_S "/"
@@ -58,12 +58,12 @@
#if defined(__GNUC__)
#define alias_hack __attribute__((__may_alias__))
-#endif
-
-#ifndef alias_hack
+#endif
+
+#ifndef alias_hack
#define alias_hack
-#endif
-
+#endif
+
#include "types.h"
#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
@@ -80,7 +80,7 @@
#elif defined(_sun_)
#include <alloca.h>
#endif
-
+
#ifdef NDEBUG
#define Y_IF_DEBUG(X)
#ifdef __cplusplus