aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralextaim <alextaim@yandex-team.ru>2022-02-10 16:50:21 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:21 +0300
commit703a40625ba487ccefdf4d3e74690619588f1cae (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8
parente81fda3c4f2a6460cd610b1fa2b6127f555a74ba (diff)
downloadydb-703a40625ba487ccefdf4d3e74690619588f1cae.tar.gz
Restoring authorship annotation for <alextaim@yandex-team.ru>. Commit 2 of 2.
-rw-r--r--library/cpp/json/json_reader.cpp2
-rw-r--r--library/cpp/json/json_reader.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/json/json_reader.cpp b/library/cpp/json/json_reader.cpp
index a2dfe53306..072c8deafe 100644
--- a/library/cpp/json/json_reader.cpp
+++ b/library/cpp/json/json_reader.cpp
@@ -152,7 +152,7 @@ namespace NJson {
size_t TJsonReaderConfig::GetBufferSize() const {
return BufferSize;
}
-
+
namespace {
struct TJsonValueBuilder {
#ifdef NDEBUG
diff --git a/library/cpp/json/json_reader.h b/library/cpp/json/json_reader.h
index 55cf7886f4..b673788330 100644
--- a/library/cpp/json/json_reader.h
+++ b/library/cpp/json/json_reader.h
@@ -26,7 +26,7 @@ namespace NJson {
private:
size_t BufferSize;
};
-
+
bool ReadJsonTree(TStringBuf in, TJsonValue* out, bool throwOnError = false);
bool ReadJsonTree(TStringBuf in, bool allowComments, TJsonValue* out, bool throwOnError = false);
bool ReadJsonTree(TStringBuf in, const TJsonReaderConfig* config, TJsonValue* out, bool throwOnError = false);