aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client/create_channel_posix.cc
diff options
context:
space:
mode:
authorGravatar Adam Michalik <xyzzyz@google.com>2016-06-07 15:02:59 -0700
committerGravatar Adam Michalik <xyzzyz@google.com>2016-06-07 15:09:19 -0700
commit4ad746e4e0077ea95d3e937a046575701592dd3f (patch)
treeee1cd65b2afce58c3d2b4e949e3c9dcc5bb1f775 /src/cpp/client/create_channel_posix.cc
parentb97e2d145efb4d0b407d18b43d3b7bb38bccf61f (diff)
clang-format, fix headers, windows fixes
Diffstat (limited to 'src/cpp/client/create_channel_posix.cc')
-rw-r--r--src/cpp/client/create_channel_posix.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cpp/client/create_channel_posix.cc b/src/cpp/client/create_channel_posix.cc
index 99ffebd392..60cfed3d62 100644
--- a/src/cpp/client/create_channel_posix.cc
+++ b/src/cpp/client/create_channel_posix.cc
@@ -31,7 +31,6 @@
*
*/
-
#include <grpc++/channel.h>
#include <grpc++/create_channel.h>
#include <grpc++/impl/grpc_library.h>
@@ -44,8 +43,8 @@ namespace grpc {
#ifdef GPR_SUPPORT_CHANNELS_FROM_FD
-std::shared_ptr<Channel> CreateInsecureChannelFromFd(
- const grpc::string& target, int fd) {
+std::shared_ptr<Channel> CreateInsecureChannelFromFd(const grpc::string& target,
+ int fd) {
internal::GrpcLibrary init_lib;
init_lib.init();
return CreateChannelInternal(