aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme/scheme.h
diff options
context:
space:
mode:
authorgulin <gulin@yandex-team.ru>2022-02-10 16:47:32 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:32 +0300
commit7199613d295246a07c2f7b331fbb3128936039dc (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/scheme/scheme.h
parentc807aae441c17fc7f577c35757a4b6e0bd909802 (diff)
downloadydb-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.h12
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