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 2016/05/31 15:54:51 UTC

[trafficserver] 06/09: TS-4473: Fix formatting.

This is an automated email from the ASF dual-hosted git repository.

sorber pushed a commit to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit e8adf714ff6c5965fea2260dcc35f1446c974581
Author: James Peach <jp...@apache.org>
AuthorDate: Mon May 23 16:50:46 2016 -0700

    TS-4473: Fix formatting.
    
    (cherry picked from commit 523ce000b56f7ce16d4cfe7f2324e52cb528f558)
---
 proxy/InkAPITest.cc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/proxy/InkAPITest.cc b/proxy/InkAPITest.cc
index 51f670e..11122dc 100644
--- a/proxy/InkAPITest.cc
+++ b/proxy/InkAPITest.cc
@@ -5922,7 +5922,9 @@ struct ParentTest {
     this->magic = MAGIC_DEAD;
   }
 
-  bool parent_routing_enabled() const {
+  bool
+  parent_routing_enabled() const
+  {
     RecBool enabled = false;
 
     ParentConfigParams *params = ParentConfig::acquire();
@@ -5937,7 +5939,7 @@ struct ParentTest {
 
   struct {
     TSEvent event;
-    void *  edata;
+    void *edata;
   } deferred;
 
   const char *testcase;

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.