aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
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
parentbe25493398367bfe39a2639873c6872fbb870ed8 (diff)
clang-format
Diffstat (limited to 'src/cpp')
-rw-r--r--src/cpp/codegen/codegen_init.cc2
-rw-r--r--src/cpp/common/core_codegen.cc1
-rw-r--r--src/cpp/common/grpc_library.cc2
3 files changed, 2 insertions, 3 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;
diff --git a/src/cpp/common/core_codegen.cc b/src/cpp/common/core_codegen.cc
index 9b8ff5d30c..45e9e278a0 100644
--- a/src/cpp/common/core_codegen.cc
+++ b/src/cpp/common/core_codegen.cc
@@ -200,7 +200,6 @@ void CoreCodegen::grpc_metadata_array_destroy(grpc_metadata_array* array) {
::grpc_metadata_array_destroy(array);
}
-
gpr_timespec CoreCodegen::gpr_inf_future(gpr_clock_type type) {
return ::gpr_inf_future(type);
}
diff --git a/src/cpp/common/grpc_library.cc b/src/cpp/common/grpc_library.cc
index 445a76e9ae..72be4e41a5 100644
--- a/src/cpp/common/grpc_library.cc
+++ b/src/cpp/common/grpc_library.cc
@@ -31,8 +31,8 @@
*
*/
-#include <grpc++/impl/codegen/grpc_library.h>
#include <grpc++/impl/codegen/core_codegen_interface.h>
+#include <grpc++/impl/codegen/grpc_library.h>
namespace grpc {