diff options
| author | paxakor <[email protected]> | 2022-02-10 16:47:32 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:32 +0300 | 
| commit | 7fdbed62e54b804e2c12b86a2c2bab12f61065df (patch) | |
| tree | 180a6ae33c1213a60fb42829eccb42cc00fc6955 /contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_helpers.h | |
| parent | 7199613d295246a07c2f7b331fbb3128936039dc (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_helpers.h')
| -rw-r--r-- | contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_helpers.h | 34 | 
1 files changed, 17 insertions, 17 deletions
diff --git a/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_helpers.h b/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_helpers.h index 5454877f5a3..3f34c59fdc9 100644 --- a/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_helpers.h +++ b/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_helpers.h @@ -1,19 +1,19 @@ -#ifndef GOOGLE_PROTOBUF_COMPILER_PERLXS_HELPERS_H__ -#define GOOGLE_PROTOBUF_COMPILER_PERLXS_HELPERS_H__ - -#include <map> +#ifndef GOOGLE_PROTOBUF_COMPILER_PERLXS_HELPERS_H__  +#define GOOGLE_PROTOBUF_COMPILER_PERLXS_HELPERS_H__  +  +#include <map>   #include <google/protobuf/stubs/common.h> - -namespace google { -namespace protobuf { -namespace compiler { -namespace perlxs { - +  +namespace google {  +namespace protobuf {  +namespace compiler {  +namespace perlxs {  +   void SetupDepthVars(std::map<TProtoStringType, TProtoStringType>& vars, int depth); - -}  // namespace perlxs -}  // namespace compiler -}  // namespace protobuf -}  // namespace google - -#endif  // GOOGLE_PROTOBUF_COMPILER_PERLXS_HELPERS_H__ +  +}  // namespace perlxs  +}  // namespace compiler  +}  // namespace protobuf  +}  // namespace google  +  +#endif  // GOOGLE_PROTOBUF_COMPILER_PERLXS_HELPERS_H__   | 
