Update to the latest .clang-format
Change-Id: Idaaffec251b35a024482a67ef424c3424a92149c
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
diff --git a/src/storagecommands.cpp b/src/storagecommands.cpp
index 4034cff..ad63d77 100644
--- a/src/storagecommands.cpp
+++ b/src/storagecommands.cpp
@@ -768,9 +768,9 @@
return false;
}
-static uint16_t
- getNextRecordID(const uint16_t recordID,
- const std::vector<std::filesystem::path>& selLogFiles)
+static uint16_t getNextRecordID(
+ const uint16_t recordID,
+ const std::vector<std::filesystem::path>& selLogFiles)
{
uint16_t nextRecordID = recordID + 1;
std::string entry;