TS-3478: clang-format

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

Branch: refs/heads/master
Commit: 770e7878c0f4dde9516f6f93490eb8b2f66a8dd2
Parents: 82ce756
Author: Masaori Koshiba <masa...@apache.org>
Authored: Sat Jan 9 18:04:59 2016 +0900
Committer: Masaori Koshiba <masa...@apache.org>
Committed: Sat Jan 9 18:04:59 2016 +0900

----------------------------------------------------------------------
 proxy/http2/HPACK.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/770e7878/proxy/http2/HPACK.h
----------------------------------------------------------------------
diff --git a/proxy/http2/HPACK.h b/proxy/http2/HPACK.h
index 2cda962..14430da 100644
--- a/proxy/http2/HPACK.h
+++ b/proxy/http2/HPACK.h
@@ -122,7 +122,7 @@ public:
     delete _mhdr;
   }
 
-  const MIMEField * get_header_field(uint32_t index) const;
+  const MIMEField *get_header_field(uint32_t index) const;
   void add_header_field(const MIMEField *field);
 
   uint32_t get_size() const;
@@ -175,7 +175,7 @@ int64_t encode_indexed_header_field(uint8_t *buf_start, 
const uint8_t *buf_end,
 int64_t encode_literal_header_field_with_indexed_name(uint8_t *buf_start, 
const uint8_t *buf_end, const MIMEFieldWrapper &header,
                                                       uint32_t index, 
Http2IndexingTable &indexing_table, HpackFieldType type);
 int64_t encode_literal_header_field_with_new_name(uint8_t *buf_start, const 
uint8_t *buf_end, const MIMEFieldWrapper &header,
-    Http2IndexingTable &indexing_table, HpackFieldType type);
+                                                  Http2IndexingTable 
&indexing_table, HpackFieldType type);
 
 // When these functions returns minus value, any error occurs
 // TODO Separate error code and length of processed buffer

Reply via email to