update gcc10 and clang-format10

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I72239b884615d26b2c4311c49a26e2eced0a1fb0
diff --git a/cleanup/cleanup.cpp b/cleanup/cleanup.cpp
index 7ab7ee4..201b9c8 100644
--- a/cleanup/cleanup.cpp
+++ b/cleanup/cleanup.cpp
@@ -17,6 +17,7 @@
 #include "cleanup.hpp"
 
 #include <blobs-ipmid/blobs.hpp>
+
 #include <filesystem>
 #include <memory>
 #include <string>
diff --git a/cleanup/cleanup.hpp b/cleanup/cleanup.hpp
index 7c528af..3120a3c 100644
--- a/cleanup/cleanup.hpp
+++ b/cleanup/cleanup.hpp
@@ -3,6 +3,7 @@
 #include "fs.hpp"
 
 #include <blobs-ipmid/blobs.hpp>
+
 #include <memory>
 #include <string>
 #include <vector>
@@ -22,8 +23,7 @@
                        const FileSystemInterface* helper = &fileSystemHelper) :
         supported(blobId),
         files(files), helper(helper)
-    {
-    }
+    {}
 
     ~FileCleanupHandler() = default;
     FileCleanupHandler(const FileCleanupHandler&) = default;
diff --git a/cleanup/main.cpp b/cleanup/main.cpp
index 95ab271..09bdb72 100644
--- a/cleanup/main.cpp
+++ b/cleanup/main.cpp
@@ -20,8 +20,9 @@
 #include "util.hpp"
 
 #include <blobs-ipmid/blobs.hpp>
-#include <memory>
 #include <phosphor-logging/log.hpp>
+
+#include <memory>
 #include <string>
 #include <vector>