diff options
author | v01d <v01d@yandex-team.ru> | 2022-02-10 16:49:40 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:40 +0300 |
commit | 5c6482e8c13dfaad60e604f0474606a0ec153b1d (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/protobuf/json/util.h | |
parent | fa8b0420162dd36d4f569fdc3f63da0bef8bb8c7 (diff) | |
download | ydb-5c6482e8c13dfaad60e604f0474606a0ec153b1d.tar.gz |
Restoring authorship annotation for <v01d@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/protobuf/json/util.h')
-rw-r--r-- | library/cpp/protobuf/json/util.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/protobuf/json/util.h b/library/cpp/protobuf/json/util.h index 8dbdcedabd..d93342d3f8 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); -} +} |