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: Ie54441d565a3b72e24382929becc9101d7611510
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/nvme_manager.hpp b/nvme_manager.hpp
index e837961..74baccc 100644
--- a/nvme_manager.hpp
+++ b/nvme_manager.hpp
@@ -5,7 +5,6 @@
#include "nvmes.hpp"
#include "sdbusplus.hpp"
-#include <fstream>
#include <sdbusplus/bus.hpp>
#include <sdbusplus/server.hpp>
#include <sdbusplus/server/object.hpp>
@@ -13,6 +12,8 @@
#include <sdeventplus/event.hpp>
#include <sdeventplus/utility/timer.hpp>
+#include <fstream>
+
namespace phosphor
{
namespace nvme