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/9c75b1e7 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9c75b1e7 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9c75b1e7 Branch: refs/heads/6.1.x Commit: 9c75b1e7a600c5e25cde537174b2966369225eb6 Parents: 1cb1426 Author: Masaori Koshiba <[email protected]> Authored: Sat Jan 9 18:04:59 2016 +0900 Committer: Leif Hedstrom <[email protected]> Committed: Thu Jan 14 17:03:47 2016 -0700 ---------------------------------------------------------------------- proxy/http2/HPACK.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9c75b1e7/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
