clang-format: update to latest version
Pick up latest .clang-format file from the docs repository.
Fix formatting on all files.
Minor compile fixes due to GCC10 and sdbusplus changes.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ie1f7a4e59b6cf015310effef50d558ff59731024
diff --git a/power-sequencer/ucd90160.hpp b/power-sequencer/ucd90160.hpp
index 3169de6..b66bb82 100644
--- a/power-sequencer/ucd90160.hpp
+++ b/power-sequencer/ucd90160.hpp
@@ -5,10 +5,11 @@
#include "pmbus.hpp"
#include "types.hpp"
+#include <sdbusplus/bus.hpp>
+
#include <algorithm>
#include <filesystem>
#include <map>
-#include <sdbusplus/bus.hpp>
#include <vector>
namespace witherspoon
@@ -60,8 +61,7 @@
* Clears faults in the device
*/
void clearFaults() override
- {
- }
+ {}
private:
/**