TS-2520: clang-format
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/71ba5925 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/71ba5925 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/71ba5925 Branch: refs/heads/master Commit: 71ba5925d775600cbb6ec560e41bf63becb6159d Parents: c061b26 Author: Phil Sorber <[email protected]> Authored: Wed Sep 16 10:14:27 2015 -0600 Committer: Phil Sorber <[email protected]> Committed: Wed Sep 16 10:14:27 2015 -0600 ---------------------------------------------------------------------- iocore/net/Connection.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/71ba5925/iocore/net/Connection.cc ---------------------------------------------------------------------- diff --git a/iocore/net/Connection.cc b/iocore/net/Connection.cc index b460975..7d54618 100644 --- a/iocore/net/Connection.cc +++ b/iocore/net/Connection.cc @@ -249,7 +249,7 @@ Server::setup_fd_for_listen(bool non_blocking, int recv_bufsize, int send_bufsiz #ifdef TCP_FASTOPEN if ((sockopt_flag_in & NetVCOptions::SOCK_OPT_TCP_FAST_OPEN) && - (res = safe_setsockopt(fd, SOL_TCP, TCP_FASTOPEN, (char*)&tfo_queue_length, sizeof(int)))) { + (res = safe_setsockopt(fd, SOL_TCP, TCP_FASTOPEN, (char *)&tfo_queue_length, sizeof(int)))) { goto Lerror; } #endif
