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

bcall pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.0.x by this push:
     new dc204bf  clang-format
dc204bf is described below

commit dc204bf7ce843313b704c9e33d20d972b817eec7
Author: Bryan Call <bc...@apache.org>
AuthorDate: Mon Oct 22 12:19:44 2018 -0700

    clang-format
---
 iocore/net/I_NetVConnection.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iocore/net/I_NetVConnection.h b/iocore/net/I_NetVConnection.h
index bba0263..69fbd7a 100644
--- a/iocore/net/I_NetVConnection.h
+++ b/iocore/net/I_NetVConnection.h
@@ -241,9 +241,9 @@ struct NetVCOptions {
       /*
        * It is odd but necessary to null the scoped string pointer here
        * and then explicitly call release on them in the string assignements
-       * below.  
+       * below.
        * We a memcpy from that to this.  This will put that's string pointers 
into
-       * this's memory.  Therefore we must first explicitly null out 
+       * this's memory.  Therefore we must first explicitly null out
        * this's original version of the string.  The release after the
        * memcpy removes the extra reference to that's copy of the string
        * Removing the release will eventualy cause a double free crash

Reply via email to