diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
commit | 397cbe258b9e064f49c4ca575279f02f39fef76e (patch) | |
tree | a0b0eb3cca6a14e4e8ea715393637672fa651284 /contrib/libs/grpc/test/core/util/cmdline.h | |
parent | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff) | |
download | ydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/grpc/test/core/util/cmdline.h')
-rw-r--r-- | contrib/libs/grpc/test/core/util/cmdline.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/grpc/test/core/util/cmdline.h b/contrib/libs/grpc/test/core/util/cmdline.h index cc75a8974e..e808822485 100644 --- a/contrib/libs/grpc/test/core/util/cmdline.h +++ b/contrib/libs/grpc/test/core/util/cmdline.h @@ -21,8 +21,8 @@ #include <grpc/support/port_platform.h> -#include <util/generic/string.h> - +#include <util/generic/string.h> + /** Simple command line parser. Supports flags that can be specified as -foo, --foo, --no-foo, -no-foo, etc @@ -77,6 +77,6 @@ int gpr_cmdline_parse(gpr_cmdline* cl, int argc, char** argv); /** Destroy the parser */ void gpr_cmdline_destroy(gpr_cmdline* cl); /** Get a string describing usage */ -TString gpr_cmdline_usage_string(gpr_cmdline* cl, const char* argv0); +TString gpr_cmdline_usage_string(gpr_cmdline* cl, const char* argv0); #endif /* GRPC_TEST_CORE_UTIL_CMDLINE_H */ |