Update to latest clang-format
Update to clang-format-10
Change-Id: I1c33ef7115c7a1459164d71f63921019d2dc9a98
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/include/appcommands.hpp b/include/appcommands.hpp
index d350139..f4cd0d6 100644
--- a/include/appcommands.hpp
+++ b/include/appcommands.hpp
@@ -31,13 +31,13 @@
} MetaRevision;
#pragma pack(pop)
-static constexpr const char *versionPurposeBMC =
+static constexpr const char* versionPurposeBMC =
"xyz.openbmc_project.Software.Version.VersionPurpose.BMC";
-static constexpr const char *versionPurposeME =
+static constexpr const char* versionPurposeME =
"xyz.openbmc_project.Software.Version.VersionPurpose.ME";
extern int getActiveSoftwareVersionInfo(ipmi::Context::ptr ctx,
- const std::string &reqVersionPurpose,
- std::string &version);
-extern std::optional<MetaRevision> convertIntelVersion(std::string &s);
+ const std::string& reqVersionPurpose,
+ std::string& version);
+extern std::optional<MetaRevision> convertIntelVersion(std::string& s);
} // namespace ipmi