Google format
This commit is contained in:
8
parse.cc
8
parse.cc
@@ -3,9 +3,9 @@
|
||||
namespace firecgi {
|
||||
|
||||
Header::Header(uint8_t type_in, uint16_t request_id, uint16_t content_length)
|
||||
: type(type_in) {
|
||||
SetRequestId(request_id);
|
||||
SetContentLength(content_length);
|
||||
: type(type_in) {
|
||||
SetRequestId(request_id);
|
||||
SetContentLength(content_length);
|
||||
}
|
||||
|
||||
} // namespace firecgi
|
||||
} // namespace firecgi
|
||||
|
||||
Reference in New Issue
Block a user