Repository: trafficserver Updated Branches: refs/heads/master 742052119 -> 99d53f88a
TS-3456 No trailing spaces, as per clang-format Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/99d53f88 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/99d53f88 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/99d53f88 Branch: refs/heads/master Commit: 99d53f88a59e9d4a459d0abb55a9c9dd6f8cfe82 Parents: 7420521 Author: Leif Hedstrom <[email protected]> Authored: Mon Mar 30 15:05:02 2015 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Mon Mar 30 15:05:02 2015 -0600 ---------------------------------------------------------------------- proxy/InkAPI.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/99d53f88/proxy/InkAPI.cc ---------------------------------------------------------------------- diff --git a/proxy/InkAPI.cc b/proxy/InkAPI.cc index 73b9c1e..f11fbd6 100644 --- a/proxy/InkAPI.cc +++ b/proxy/InkAPI.cc @@ -8789,7 +8789,7 @@ TSVConnReenable(TSVConn vconn) EThread *eth = this_ethread(); bool reschedule = eth != ssl_vc->thread; - if (!reschedule) { + if (!reschedule) { // We use the VC mutex so we don't need to reschedule again if we // can't get the lock. For this reason we need to execute the // callback on the VC thread or it doesn't work (not sure why -
