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/common/subprocess.h b/common/subprocess.h index 179a5c5..2ed8b81 100644 --- a/common/subprocess.h +++ b/common/subprocess.h
@@ -37,7 +37,7 @@ #include <brillo/process.h> #include <brillo/process_reaper.h> #endif // __CHROMEOS__ -#include <gtest/gtest_prod.h> // for FRIEND_TEST +#include <gtest/gtest_prod.h> // The Subprocess class is a singleton. It's used to spawn off a subprocess // and get notified when the subprocess exits. The result of Exec() can