clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.
Change-Id: I50e60f2b1a9db9039cb5450ae509064eaeaa9d2e
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/ubi/flash.cpp b/ubi/flash.cpp
index b445a56..15c5492 100644
--- a/ubi/flash.cpp
+++ b/ubi/flash.cpp
@@ -41,8 +41,8 @@
auto rwServiceFile = "obmc-flash-bmc-ubirw.service";
auto roServiceFile = "obmc-flash-bmc-ubiro@" + versionId + ".service";
auto flashId = parent.versions.find(versionId)->second->path();
- auto ubootVarsServiceFile =
- "obmc-flash-bmc-updateubootvars@" + flashId + ".service";
+ auto ubootVarsServiceFile = "obmc-flash-bmc-updateubootvars@" + flashId +
+ ".service";
if (newStateUnit == rwServiceFile && newStateResult == "done")
{