Google format

This commit is contained in:
Ian Gulliver
2019-05-18 12:15:11 -07:00
parent a39ef8e25d
commit 690c9ab8bd
13 changed files with 605 additions and 444 deletions

View File

@@ -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