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: Ia442cdc88aaeaab2f1384cc46a56f5cd5e40f2f5
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/ipz_parser/parser.cpp b/test/ipz_parser/parser.cpp
index c4c7566..0a36ad7 100644
--- a/test/ipz_parser/parser.cpp
+++ b/test/ipz_parser/parser.cpp
@@ -1,13 +1,14 @@
#include "ipz_parser.hpp"
-#include <cassert>
#include <const.hpp>
#include <defines.hpp>
-#include <fstream>
#include <impl.hpp>
-#include <iterator>
#include <store.hpp>
+#include <cassert>
+#include <fstream>
+#include <iterator>
+
#include <gtest/gtest.h>
using namespace openpower::vpd;