aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/codegen
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-08 16:25:11 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-08 16:25:11 -0800
commitb942640497611a360e1c60084e73810fc07a3c1b (patch)
tree2731439243ef335124115eea0332749d80e7772b /src/cpp/codegen
parentbe25493398367bfe39a2639873c6872fbb870ed8 (diff)
clang-format
Diffstat (limited to 'src/cpp/codegen')
-rw-r--r--src/cpp/codegen/codegen_init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/codegen/codegen_init.cc b/src/cpp/codegen/codegen_init.cc
index 99b6c9c04e..917f1bb541 100644
--- a/src/cpp/codegen/codegen_init.cc
+++ b/src/cpp/codegen/codegen_init.cc
@@ -34,5 +34,5 @@
#include <grpc++/impl/codegen/core_codegen_interface.h>
#include <grpc++/impl/codegen/grpc_library.h>
-grpc::CoreCodegenInterface *grpc::g_core_codegen_interface = nullptr;
+grpc::CoreCodegenInterface* grpc::g_core_codegen_interface = nullptr;
grpc::GrpcLibraryInterface* grpc::g_glip = nullptr;