aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_generator_helpers.h
diff options
context:
space:
mode:
authorGravatar Harsh Vardhan <harshvd95@gmail.com>2017-02-25 20:54:52 +0530
committerGravatar Harsh Vardhan <harshvd95@gmail.com>2017-03-28 21:01:51 +0530
commit4b0ba1a6908399a64e198f93b095b4bdd39d7b67 (patch)
tree1a46775e0be17705c6c74f1d28cbea8a052c2302 /src/compiler/python_generator_helpers.h
parent0f12cd9247784beccc2eb4b36aff416c49617972 (diff)
clang-format
Diffstat (limited to 'src/compiler/python_generator_helpers.h')
-rw-r--r--src/compiler/python_generator_helpers.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/compiler/python_generator_helpers.h b/src/compiler/python_generator_helpers.h
index 5b8b024386..c862346619 100644
--- a/src/compiler/python_generator_helpers.h
+++ b/src/compiler/python_generator_helpers.h
@@ -40,9 +40,9 @@
#include <vector>
#include "src/compiler/config.h"
+#include "src/compiler/generator_helpers.h"
#include "src/compiler/python_generator.h"
#include "src/compiler/python_private_generator.h"
-#include "src/compiler/generator_helpers.h"
using std::vector;
using grpc_generator::StringReplace;
@@ -87,8 +87,8 @@ grpc::string ModuleAlias(const grpc::string& filename) {
return module_name;
}
-bool GetModuleAndMessagePath(const Descriptor* type,
- grpc::string* out, grpc::string generator_file_name,
+bool GetModuleAndMessagePath(const Descriptor* type, grpc::string* out,
+ grpc::string generator_file_name,
bool generate_in_pb2_grpc) {
const Descriptor* path_elem_type = type;
DescriptorVector message_path;
@@ -132,9 +132,8 @@ StringVector get_all_comments(const DescriptorType* descriptor) {
return comments;
}
-} // namespace
-
-} // namespace grpc_python_generator
+} // namespace
+} // namespace grpc_python_generator
-#endif // GRPC_INTERNAL_COMPILER_PYTHON_GENERATOR_HELPERS_H \ No newline at end of file
+#endif // GRPC_INTERNAL_COMPILER_PYTHON_GENERATOR_HELPERS_H \ No newline at end of file