diff options
author | David G. Quintas <dgq@google.com> | 2015-08-18 11:05:49 -0700 |
---|---|---|
committer | David G. Quintas <dgq@google.com> | 2015-08-18 11:05:49 -0700 |
commit | 4f21d3549c8f652a152ae086a74dd8415ecca8fa (patch) | |
tree | d8dae211eb45035d095e4549ab5af439e67b22dc /src/core/iomgr/socket_utils_posix.h | |
parent | bb1c795f998f052f854a6e1aeebff44e293a29f4 (diff) | |
parent | d6c98df792198c5c9687ed35a676efbc5e621e0f (diff) |
Merge pull request #2971 from ctiller/wtf-happened-to-our-formatting
clang-format all source
Diffstat (limited to 'src/core/iomgr/socket_utils_posix.h')
-rw-r--r-- | src/core/iomgr/socket_utils_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/socket_utils_posix.h b/src/core/iomgr/socket_utils_posix.h index d2a315b462..d330d1986e 100644 --- a/src/core/iomgr/socket_utils_posix.h +++ b/src/core/iomgr/socket_utils_posix.h @@ -110,4 +110,4 @@ extern int grpc_forbid_dualstack_sockets_for_testing; int grpc_create_dualstack_socket(const struct sockaddr *addr, int type, int protocol, grpc_dualstack_mode *dsmode); -#endif /* GRPC_INTERNAL_CORE_IOMGR_SOCKET_UTILS_POSIX_H */ +#endif /* GRPC_INTERNAL_CORE_IOMGR_SOCKET_UTILS_POSIX_H */ |