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

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


The following commit(s) were added to refs/heads/quic-latest by this push:
     new d74253e  clang-format
d74253e is described below

commit d74253e17cd7237b744e8cfc9a262e7fc8e98b2b
Author: Bryan Call <[email protected]>
AuthorDate: Tue Oct 3 11:03:07 2017 -0700

    clang-format
---
 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
['"[email protected]" <[email protected]>'].

Reply via email to