style: update clang-format

Pull the most recent OpenBMC style rules and run clang-format.

Change-Id: Ifecce87b6aa64a2800dab3ba1e09ae415accb548
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/item_updater.cpp b/item_updater.cpp
index 6fe2702..d8cf45f 100644
--- a/item_updater.cpp
+++ b/item_updater.cpp
@@ -4,10 +4,11 @@
 
 #include "xyz/openbmc_project/Common/error.hpp"
 
-#include <filesystem>
 #include <phosphor-logging/elog-errors.hpp>
 #include <phosphor-logging/log.hpp>
 
+#include <filesystem>
+
 namespace openpower
 {
 namespace software