diff options
author | Adam Michalik <xyzzyz@google.com> | 2016-06-07 15:02:59 -0700 |
---|---|---|
committer | Adam Michalik <xyzzyz@google.com> | 2016-06-07 15:09:19 -0700 |
commit | 4ad746e4e0077ea95d3e937a046575701592dd3f (patch) | |
tree | ee1cd65b2afce58c3d2b4e949e3c9dcc5bb1f775 /include/grpc++ | |
parent | b97e2d145efb4d0b407d18b43d3b7bb38bccf61f (diff) |
clang-format, fix headers, windows fixes
Diffstat (limited to 'include/grpc++')
-rw-r--r-- | include/grpc++/create_channel_posix.h | 6 | ||||
-rw-r--r-- | include/grpc++/server_posix.h | 4 |
2 files changed, 5 insertions, 5 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 diff --git a/include/grpc++/server_posix.h b/include/grpc++/server_posix.h index 1595ba6e00..e6066d4eaa 100644 --- a/include/grpc++/server_posix.h +++ b/include/grpc++/server_posix.h @@ -36,8 +36,8 @@ #include <memory> -#include <grpc/support/port_platform.h> #include <grpc++/server.h> +#include <grpc/support/port_platform.h> namespace grpc { @@ -53,4 +53,4 @@ void AddInsecureChannelFromFd(Server* server, int fd); } // namespace grpc -#endif // GRPCXX_CREATE_CHANNEL_POSIX_H +#endif // GRPCXX_SERVER_POSIX_H |