You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2016/05/05 02:15:32 UTC

[trafficserver] branch master updated: Clang format fix.

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

shinrich pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  b1f130d   Clang format fix.
b1f130d is described below

commit b1f130d872e943106a5c0b3ea0ee0ef606ebf089
Author: shinrich <sh...@localhost.localdomain>
AuthorDate: Wed May 4 21:15:15 2016 -0500

    Clang format fix.
---
 iocore/net/I_SessionAccept.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/iocore/net/I_SessionAccept.h b/iocore/net/I_SessionAccept.h
index 26a69e5..9e36b81 100644
--- a/iocore/net/I_SessionAccept.h
+++ b/iocore/net/I_SessionAccept.h
@@ -38,8 +38,7 @@ public:
 
   /* Returns NULL if the specified client_ip is not allowed by ip_allow
    * Returns a pointer to the relevant IP policy for later processing otherwise */
-  static const AclRecord *
-  testIpAllowPolicy(sockaddr const *client_ip);
+  static const AclRecord *testIpAllowPolicy(sockaddr const *client_ip);
 
 private:
   virtual int mainEvent(int event, void *netvc) = 0;

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