Repository: trafficserver Updated Branches: refs/heads/master f606a9d18 -> 23be59992
TS-3991: clang-format fix Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/23be5999 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/23be5999 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/23be5999 Branch: refs/heads/master Commit: 23be59992167b30bed9e054f4b87cd3692a031d3 Parents: f606a9d Author: Kit Chan <[email protected]> Authored: Sat Nov 7 01:14:12 2015 +0000 Committer: Kit Chan <[email protected]> Committed: Sat Nov 7 01:14:12 2015 +0000 ---------------------------------------------------------------------- lib/atscppapi/src/InterceptPlugin.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/23be5999/lib/atscppapi/src/InterceptPlugin.cc ---------------------------------------------------------------------- diff --git a/lib/atscppapi/src/InterceptPlugin.cc b/lib/atscppapi/src/InterceptPlugin.cc index 7bf8cf2..135fd7f 100644 --- a/lib/atscppapi/src/InterceptPlugin.cc +++ b/lib/atscppapi/src/InterceptPlugin.cc @@ -319,8 +319,8 @@ handleEvents(TSCont cont, TSEvent pristine_event, void *pristine_edata) void *edata = pristine_edata; InterceptPlugin::State *state = static_cast<InterceptPlugin::State *>(TSContDataGet(cont)); - if(!state ) { // plugin is done, return. - return 0; + if (!state) { // plugin is done, return. + return 0; } ScopedSharedMutexTryLock scopedTryLock(state->plugin_mutex_);
