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/16 20:28:19 UTC

[3/3] trafficserver git commit: clang-format

clang-format


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

Branch: refs/heads/master
Commit: 30559536d87fe2099345abbd40624fcc694e402a
Parents: a877030
Author: Phil Sorber <so...@apache.org>
Authored: Tue Jun 16 12:27:55 2015 -0600
Committer: Phil Sorber <so...@apache.org>
Committed: Tue Jun 16 12:27:55 2015 -0600

----------------------------------------------------------------------
 proxy/ICP.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/30559536/proxy/ICP.h
----------------------------------------------------------------------
diff --git a/proxy/ICP.h b/proxy/ICP.h
index fc130f9..3e022ce 100644
--- a/proxy/ICP.h
+++ b/proxy/ICP.h
@@ -238,8 +238,7 @@ class ICPConfigData
 public:
   ICPConfigData()
     : _icp_enabled(0), _icp_port(0), _icp_interface(0), _multicast_enabled(0), _icp_query_timeout(0), _cache_lookup_local(0),
-      _stale_lookup(0), _reply_to_unknown_peer(0), _default_reply_port(0),
-      _cache_generation(-1)
+      _stale_lookup(0), _reply_to_unknown_peer(0), _default_reply_port(0), _cache_generation(-1)
   {
   }
   ~ICPConfigData() {} // Note: _icp_interface freed prior to delete