aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
diff options
context:
space:
mode:
authorGravatar Michael Bausor <michaelbausor@google.com>2017-06-22 14:05:24 -0700
committerGravatar Michael Bausor <michaelbausor@google.com>2017-06-22 14:05:24 -0700
commit495e9ac023d8ae565d8f7069799e88a79f25b21a (patch)
tree1c1ff9cec653597bc16c4834edb1433a29d44920 /src/compiler
parent0d8b988fbb7d4546675ff3417f2ec27edf5ef70a (diff)
Run formatter
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/php_generator_helpers.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compiler/php_generator_helpers.h b/src/compiler/php_generator_helpers.h
index 8f59b90d04..3a5c08b3e6 100644
--- a/src/compiler/php_generator_helpers.h
+++ b/src/compiler/php_generator_helpers.h
@@ -56,8 +56,7 @@ template <typename DescriptorType>
inline grpc::string GetPHPComments(const DescriptorType *desc,
grpc::string prefix) {
return ReplaceAll(grpc_generator::GetPrefixedComments(desc, true, prefix),
- "*/",
- "&#42;/");
+ "*/", "&#42;/");
}
} // namespace grpc_php_generator