Update clang format
Update to clang-format-10
Change-Id: I7fcab706fb384e5fcc07a06c42897a5ddbc4b511
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/src/NVMeSensor.cpp b/src/NVMeSensor.cpp
index e993833..8cdf744 100644
--- a/src/NVMeSensor.cpp
+++ b/src/NVMeSensor.cpp
@@ -23,6 +23,7 @@
#include <boost/algorithm/string/replace.hpp>
#include <boost/asio/ip/tcp.hpp>
+
#include <iostream>
static constexpr double maxReading = 127;
@@ -288,8 +289,7 @@
void rxMessage(uint8_t eid, void*, void* msg, size_t len)
{
struct nvme_mi_msg_response_header header
- {
- };
+ {};
int inFd = mctp_smbus_get_in_fd(nvmeMCTP::smbus);
int rootBus = nvmeMCTP::getRootBus(inFd);