update clang-format from Latest in docs

Updates the clang-format file and then applies it.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ia9faf13ce171f90bf07547efd781139bee23e8c7
diff --git a/ipmi/manualcmds.cpp b/ipmi/manualcmds.cpp
index ce6bb94..9341d85 100644
--- a/ipmi/manualcmds.cpp
+++ b/ipmi/manualcmds.cpp
@@ -21,9 +21,10 @@
 #include <ipmid/iana.hpp>
 #include <ipmid/oemopenbmc.hpp>
 #include <ipmid/oemrouter.hpp>
-#include <map>
 #include <sdbusplus/bus.hpp>
 #include <sdbusplus/message.hpp>
+
+#include <map>
 #include <string>
 #include <tuple>
 #include <variant>