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/mmc/item_updater_mmc.cpp b/mmc/item_updater_mmc.cpp
index 5671a61..4d70ccf 100644
--- a/mmc/item_updater_mmc.cpp
+++ b/mmc/item_updater_mmc.cpp
@@ -48,12 +48,10 @@
 }
 
 void ItemUpdaterMMC::processPNORImage()
-{
-}
+{}
 
 void ItemUpdaterMMC::reset()
-{
-}
+{}
 
 bool ItemUpdaterMMC::isVersionFunctional(const std::string& versionId)
 {
@@ -61,12 +59,10 @@
 }
 
 void ItemUpdaterMMC::freePriority(uint8_t value, const std::string& versionId)
-{
-}
+{}
 
 void ItemUpdaterMMC::deleteAll()
-{
-}
+{}
 
 bool ItemUpdaterMMC::freeSpace()
 {
@@ -74,12 +70,10 @@
 }
 
 void ItemUpdaterMMC::updateFunctionalAssociation(const std::string& versionId)
-{
-}
+{}
 
 void GardResetMMC::reset()
-{
-}
+{}
 
 } // namespace updater
 } // namespace software