diff options
author | levong <levong@yandex-team.ru> | 2022-02-10 16:51:45 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:45 +0300 |
commit | dd80ec62c76c5c848197b5b7468e6e215e59d715 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/defaults.h | |
parent | 5a1d870a044e6a0fc52fe457c2a6055181cf7438 (diff) | |
download | ydb-dd80ec62c76c5c848197b5b7468e6e215e59d715.tar.gz |
Restoring authorship annotation for <levong@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/defaults.h')
-rw-r--r-- | util/system/defaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/defaults.h b/util/system/defaults.h index bc55fd596c..dcd7abea38 100644 --- a/util/system/defaults.h +++ b/util/system/defaults.h @@ -75,7 +75,7 @@ #include "compiler.h" -#ifdef _win_ +#ifdef _win_ #include <malloc.h> #elif defined(_sun_) #include <alloca.h> |