From bd085aee9b4f7a0bee302ce687964ffb7098f986 Mon Sep 17 00:00:00 2001
From: eeight <eeight@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:46:19 +0300
Subject: Restoring authorship annotation for <eeight@yandex-team.ru>. Commit 2
 of 2.

---
 library/cpp/scheme/scheme.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'library/cpp/scheme/scheme.cpp')

diff --git a/library/cpp/scheme/scheme.cpp b/library/cpp/scheme/scheme.cpp
index 3eb2e6c46e..3efd116d4f 100644
--- a/library/cpp/scheme/scheme.cpp
+++ b/library/cpp/scheme/scheme.cpp
@@ -2,7 +2,7 @@
 #include "scimpl_private.h"
 
 #include <util/generic/algorithm.h>
-#include <util/string/cast.h> 
+#include <util/string/cast.h>
 
 namespace NSc {
     TStringBufs& TValue::DictKeys(TStringBufs& vs, bool sorted) const {
@@ -251,10 +251,10 @@ namespace NSc {
         }
 
         if (coreA.IsString()) {
-            std::string_view strA = coreA.String; 
-            std::string_view strB = coreB.String; 
+            std::string_view strA = coreA.String;
+            std::string_view strB = coreB.String;
 
-            if (strA != strB) { 
+            if (strA != strB) {
                 return false;
             }
         } else if (coreA.IsArray()) {
@@ -507,7 +507,7 @@ namespace NSc {
 
     namespace NPrivate {
         int CompareStr(const NSc::TValue& a, TStringBuf b) {
-            return a.GetString().compare(b); 
+            return a.GetString().compare(b);
         }
 
         int CompareInt(const NSc::TValue& a, i64 r) {
-- 
cgit v1.2.3