update gcc10 and clang-format10
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I72239b884615d26b2c4311c49a26e2eced0a1fb0
diff --git a/tools/p2a.hpp b/tools/p2a.hpp
index 84c0952..1d1cb2d 100644
--- a/tools/p2a.hpp
+++ b/tools/p2a.hpp
@@ -6,8 +6,9 @@
#include "pci.hpp"
#include "progress.hpp"
-#include <cstdint>
#include <ipmiblob/blob_interface.hpp>
+
+#include <cstdint>
#include <vector>
constexpr std::size_t aspeedP2aConfig = 0x0f000;
@@ -34,8 +35,7 @@
const internal::Sys* sys = &internal::sys_impl) :
blob(blob),
io(io), pci(pci), progress(progress), sys(sys)
- {
- }
+ {}
bool sendContents(const std::string& input, std::uint16_t session) override;
ipmi_flash::FirmwareFlags::UpdateFlags supportedType() const override