You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/02/13 00:01:10 UTC

trafficserver git commit: Fix formatting

Repository: trafficserver
Updated Branches:
  refs/heads/master 16e9d0f79 -> 789a1ca78


Fix formatting


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

Branch: refs/heads/master
Commit: 789a1ca78d187bc39403f6fce36627052700d793
Parents: 16e9d0f
Author: Leif Hedstrom <zw...@apache.org>
Authored: Thu Feb 12 16:01:00 2015 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Thu Feb 12 16:01:02 2015 -0700

----------------------------------------------------------------------
 proxy/ParentSelection.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/789a1ca7/proxy/ParentSelection.cc
----------------------------------------------------------------------
diff --git a/proxy/ParentSelection.cc b/proxy/ParentSelection.cc
index 7a7487a..915d884 100644
--- a/proxy/ParentSelection.cc
+++ b/proxy/ParentSelection.cc
@@ -801,7 +801,8 @@ ParentRecord::DefaultInit(char *val)
 }
 
 void
-ParentRecord::buildConsistentHash(void) {
+ParentRecord::buildConsistentHash(void)
+{
   ATSHash64Sip24 hash;
   int i;