You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2016/01/05 19:36:07 UTC

trafficserver git commit: TS-4097: clang-format

Repository: trafficserver
Updated Branches:
  refs/heads/master 058846271 -> 419494bb4


TS-4097: clang-format


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/419494bb
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/419494bb
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/419494bb

Branch: refs/heads/master
Commit: 419494bb4e0e34f99fa0ccdc6a8b66ec4e231924
Parents: 0588462
Author: Bryan Call <bc...@apache.org>
Authored: Tue Jan 5 10:35:10 2016 -0800
Committer: Bryan Call <bc...@apache.org>
Committed: Tue Jan 5 10:35:10 2016 -0800

----------------------------------------------------------------------
 proxy/http2/RegressionHPACK.cc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/419494bb/proxy/http2/RegressionHPACK.cc
----------------------------------------------------------------------
diff --git a/proxy/http2/RegressionHPACK.cc b/proxy/http2/RegressionHPACK.cc
index fe5ee71..4756aea 100644
--- a/proxy/http2/RegressionHPACK.cc
+++ b/proxy/http2/RegressionHPACK.cc
@@ -53,14 +53,14 @@ const static struct {
   uint32_t raw_string_len;
   uint8_t *encoded_field;
   int encoded_field_len;
-} string_test_case[] = {{(char *)"", 0,            (uint8_t *) "\x0"
-                                                               "",
+} string_test_case[] = {{(char *)"", 0, (uint8_t *) "\x0"
+                                                    "",
                          1},
                         {(char *)"custom-key", 10, (uint8_t *) "\xA"
                                                                "custom-key",
                          11},
-                        {(char *)"", 0,            (uint8_t *) "\x80"
-                                                               "",
+                        {(char *)"", 0, (uint8_t *) "\x80"
+                                                    "",
                          1},
                         {(char *)"custom-key", 10, (uint8_t *) "\x88"
                                                                "\x25\xa8\x49\xe9\x5b\xa9\x7d\x7f",