aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/create_channel_posix.h
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 /include/grpc++/create_channel_posix.h
parentb97e2d145efb4d0b407d18b43d3b7bb38bccf61f (diff)
clang-format, fix headers, windows fixes
Diffstat (limited to 'include/grpc++/create_channel_posix.h')
-rw-r--r--include/grpc++/create_channel_posix.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/grpc++/create_channel_posix.h b/include/grpc++/create_channel_posix.h
index 0ca947d044..0d96159942 100644
--- a/include/grpc++/create_channel_posix.h
+++ b/include/grpc++/create_channel_posix.h
@@ -36,8 +36,8 @@
#include <memory>
-#include <grpc/support/port_platform.h>
#include <grpc++/channel.h>
+#include <grpc/support/port_platform.h>
namespace grpc {
@@ -47,8 +47,8 @@ namespace grpc {
///
/// \param target The name of the target.
/// \param fd The file descriptor representing a socket.
-std::shared_ptr<Channel> CreateInsecureChannelFromFd(
- const grpc::string& target, int fd);
+std::shared_ptr<Channel> CreateInsecureChannelFromFd(const grpc::string& target,
+ int fd);
#endif // GPR_SUPPORT_CHANNELS_FROM_FD