Repository: trafficserver Updated Branches: refs/heads/master 156c8821e -> 5e45efd21
TS-3885: clang-format Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/5e45efd2 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/5e45efd2 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/5e45efd2 Branch: refs/heads/master Commit: 5e45efd217bca53404e64c6706f8b9c90146493e Parents: 156c882 Author: Bryan Call <[email protected]> Authored: Mon Nov 23 08:42:03 2015 -0800 Committer: Bryan Call <[email protected]> Committed: Mon Nov 23 08:44:35 2015 -0800 ---------------------------------------------------------------------- proxy/InkAPITest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5e45efd2/proxy/InkAPITest.cc ---------------------------------------------------------------------- diff --git a/proxy/InkAPITest.cc b/proxy/InkAPITest.cc index d5ad4c7..1946447 100644 --- a/proxy/InkAPITest.cc +++ b/proxy/InkAPITest.cc @@ -331,7 +331,7 @@ client_handler(TSCont contp, TSEvent event, void *data) // happen until data arrives on the socket. Because we're just testing the accept() // we write a small amount of ignored data to make sure this gets triggered. UnixNetVConnection *vc = static_cast<UnixNetVConnection *>(data); - (void) ::write(vc->con.fd, "Bob's your uncle", 16); + (void)::write(vc->con.fd, "Bob's your uncle", 16); sleep(1); // XXX this sleep ensures the server end gets the accept event.
