commit | 852f57d536a8541f080e1f1feafa9e5c32dc73a5 | [log] [tgz] |
---|---|---|
author | Vyshu <[email protected]> | Fri Oct 09 17:35:14 2020 +0000 |
committer | Commit Bot <[email protected]> | Sun Oct 11 06:43:01 2020 +0000 |
tree | 301cc6929cbb888bd2c2d300f28f9ff5b51c03c6 | |
parent | ce99ee79f77887c5b680b1503490484632201ca7 [diff] [blame] |
update engine: clang formatting Fix clang formatting issues for all .cc, .h, and .proto files in update engine. ~/trunk/src/chromium/src/buildtools/linux64/clang-format -i \ -style=file $(find update_engine -name '*.h' -o -name '*.cc' \ -o -name '*.cpp' -o -name '*.c') BUG=b:169679497 TEST=CQ pass Change-Id: I4fde01d3e734dbffaa2c7e7b667503d310abccae Reviewed-on: https://chromium-review.googlesource.com/c/aosp/platform/system/update_engine/+/2462840 Reviewed-by: Amin Hassani <[email protected]> Reviewed-by: Jae Hoon Kim <[email protected]> Tested-by: Vyshu Khota <[email protected]> Commit-Queue: Vyshu Khota <[email protected]>
diff --git a/test_http_server.cc b/test_http_server.cc index cf6f10d..a2f1e05 100644 --- a/test_http_server.cc +++ b/test_http_server.cc
@@ -190,7 +190,7 @@ string("HTTP/1.1 ") + Itoa(return_code) + " " + GetHttpResponseDescription(return_code) + EOL "Content-Type: application/octet-stream" EOL - "Connection: close" EOL); + "Connection: close" EOL); if (ret < 0) return -1; written += ret;