You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2015/06/18 17:45:39 UTC

[2/2] trafficserver git commit: TS-3058: clang-format

TS-3058: clang-format


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/95d73fb2
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/95d73fb2
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/95d73fb2

Branch: refs/heads/master
Commit: 95d73fb2c820138343503b3b4b3e2e2f1f460ac2
Parents: 1f17b60
Author: Phil Sorber <so...@apache.org>
Authored: Thu Jun 18 09:45:09 2015 -0600
Committer: Phil Sorber <so...@apache.org>
Committed: Thu Jun 18 09:45:09 2015 -0600

----------------------------------------------------------------------
 proxy/PluginVC.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/95d73fb2/proxy/PluginVC.cc
----------------------------------------------------------------------
diff --git a/proxy/PluginVC.cc b/proxy/PluginVC.cc
index d0d6861..20e5888 100644
--- a/proxy/PluginVC.cc
+++ b/proxy/PluginVC.cc
@@ -939,7 +939,7 @@ PluginVC::get_data(int id, void *data)
     }
     return true;
   case TS_API_DATA_CLOSED:
-    *static_cast<int*>(data) = this->closed;
+    *static_cast<int *>(data) = this->closed;
     return true;
   default:
     *(void **)data = NULL;