commit | 63ae3fdd9d70f01b9730d529f26b98f0f507b85c | [log] [tgz] |
---|---|---|
author | Shen Lin <shhenlin@gmail.com> | Wed Nov 02 10:58:48 2022 +0800 |
committer | Shen Lin <shhenlin@gmail.com> | Wed Nov 02 11:01:04 2022 +0800 |
tree | 7659539a188b4c0e36b263778da100b7b8ac6495 | |
parent | 25eb51a9412c07690f6ebbc02ad3eb2e8b04d9b3 [diff] [blame] |
init: Amend code format for DoLoadApex Test: m init Change-Id: I9d873cdf067ea586f75e62ff8a39cb753151f9ec
diff --git a/init/init.cpp b/init/init.cpp index 57397b5..540e2ca 100644 --- a/init/init.cpp +++ b/init/init.cpp
@@ -513,7 +513,7 @@ } static Result<void> DoLoadApex(const std::string& apex_name) { - if(auto result = ParseApexConfigs(apex_name); !result.ok()) { + if (auto result = ParseApexConfigs(apex_name); !result.ok()) { return result.error(); }