You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2017/10/11 07:50:35 UTC

[trafficserver] 02/25: clang-format

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

maskit pushed a commit to branch quic-05
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 03240f09062da2fbad7940f597266a79844a9d41
Author: Bryan Call <bc...@apache.org>
AuthorDate: Tue Oct 3 11:03:07 2017 -0700

    clang-format
    
    (cherry picked from commit d74253e17cd7237b744e8cfc9a262e7fc8e98b2b)
---
 iocore/net/quic/QUICAckFrameCreator.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/quic/QUICAckFrameCreator.cc b/iocore/net/quic/QUICAckFrameCreator.cc
index 5abaadb..e3988f7 100644
--- a/iocore/net/quic/QUICAckFrameCreator.cc
+++ b/iocore/net/quic/QUICAckFrameCreator.cc
@@ -75,7 +75,7 @@ QUICAckFrameCreator::_create_ack_frame()
   std::unique_ptr<QUICAckFrame, QUICFrameDeleterFunc> ack_frame = {nullptr, QUICFrameDeleter::delete_null_frame};
   this->_sort_packet_numbers();
   uint16_t start = this->_packet_numbers[0];
-  uint8_t gap = 0;
+  uint8_t gap    = 0;
   int i;
   uint64_t length = 0;
   for (i = 0, length = 0; i < this->_packet_count; ++i, ++length) {

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