aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/json/util.h
diff options
context:
space:
mode:
authorv01d <v01d@yandex-team.ru>2022-02-10 16:49:40 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:40 +0300
commitfa8b0420162dd36d4f569fdc3f63da0bef8bb8c7 (patch)
treeecec7ec14d9261b76724eeb69ab158c45a970dc4 /library/cpp/protobuf/json/util.h
parentac559bd4bb6b11b17dce999cf58c05e08f6087a2 (diff)
downloadydb-fa8b0420162dd36d4f569fdc3f63da0bef8bb8c7.tar.gz
Restoring authorship annotation for <v01d@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/protobuf/json/util.h')
-rw-r--r--library/cpp/protobuf/json/util.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/protobuf/json/util.h b/library/cpp/protobuf/json/util.h
index d93342d3f88..8dbdcedabdc 100644
--- a/library/cpp/protobuf/json/util.h
+++ b/library/cpp/protobuf/json/util.h
@@ -1,14 +1,14 @@
-#pragma once
-
-#include <util/generic/string.h>
-
-namespace NProtobufJson {
- void ToSnakeCase(TString* const name);
-
- void ToSnakeCaseDense(TString* const name);
-
+#pragma once
+
+#include <util/generic/string.h>
+
+namespace NProtobufJson {
+ void ToSnakeCase(TString* const name);
+
+ void ToSnakeCaseDense(TString* const name);
+
/**
* "FOO_BAR" ~ "foo_bar" ~ "fooBar"
*/
bool EqualsIgnoringCaseAndUnderscores(TStringBuf s1, TStringBuf s2);
-}
+}