diff options
author | gulin <gulin@yandex-team.ru> | 2022-02-10 16:47:32 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:32 +0300 |
commit | 7199613d295246a07c2f7b331fbb3128936039dc (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/scheme/scheme.h | |
parent | c807aae441c17fc7f577c35757a4b6e0bd909802 (diff) | |
download | ydb-7199613d295246a07c2f7b331fbb3128936039dc.tar.gz |
Restoring authorship annotation for <gulin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/scheme/scheme.h')
-rw-r--r-- | library/cpp/scheme/scheme.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/scheme/scheme.h b/library/cpp/scheme/scheme.h index 958ab4eee7..3d7c59f3c9 100644 --- a/library/cpp/scheme/scheme.h +++ b/library/cpp/scheme/scheme.h @@ -8,10 +8,10 @@ #include <utility> namespace NSc { -#ifdef _MSC_VER +#ifdef _MSC_VER #pragma warning(disable : 4521 4522) -#endif - +#endif + // todo: try to remove some rarely used methods class TValue { public: @@ -532,7 +532,7 @@ namespace NSc { #include "scimpl.h" #include "scheme_cast.h" - -#ifdef _MSC_VER + +#ifdef _MSC_VER #pragma warning(default : 4521 4522) -#endif +#endif |