aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme
diff options
context:
space:
mode:
authorgulin <gulin@yandex-team.ru>2022-02-10 16:47:31 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:31 +0300
commitc807aae441c17fc7f577c35757a4b6e0bd909802 (patch)
treefc3268f43edbf6f854c0266cd05b91952484179b /library/cpp/scheme
parentd06e6190fa85c1fb4b011631503d53ea39942ff9 (diff)
downloadydb-c807aae441c17fc7f577c35757a4b6e0bd909802.tar.gz
Restoring authorship annotation for <gulin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/scheme')
-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 3d7c59f3c9..958ab4eee7 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