aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-08-30 11:43:32 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-08-30 11:43:32 -0700
commit5e6edbbb6966ed94455111a75f0d9a7255962d2d (patch)
tree58d8fdf59c8a366de5e85774838b7d7f7f9895ee /src/compiler
parent77073ce99fae96f736d5df033c581ad6a1bc6804 (diff)
Put a space after '<' to avoid chance of digraph
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/cpp_generator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/cpp_generator.cc b/src/compiler/cpp_generator.cc
index 4f602f5aa8..d0c35ea1ab 100644
--- a/src/compiler/cpp_generator.cc
+++ b/src/compiler/cpp_generator.cc
@@ -625,7 +625,7 @@ void PrintHeaderServerMethodStreamedUnary(
printer->Print(*vars,
"WithStreamedUnaryMethod_$Method$() {\n"
" ::grpc::Service::MarkMethodStreamedUnary($Idx$,\n"
- " new ::grpc::StreamedUnaryHandler<$Request$, "
+ " new ::grpc::StreamedUnaryHandler< $Request$, "
"$Response$>(std::bind"
"(&WithStreamedUnaryMethod_$Method$<BaseClass>::"
"Streamed$Method$, this, std::placeholders::_1, "