commit | a83db30e4cf678775133de23c03d67fc191aef88 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sun Dec 06 14:51:23 2020 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sun Dec 06 14:54:16 2020 -0500 |
tree | 178a3118f6dc29f2fb2111c5e90599ce777ba3c5 | |
parent | 84b99d990c98897df049493eb73aa41b9b9b7adb [diff] [blame] |
style: update clang-format Pull the most recent OpenBMC style rules and run clang-format. Change-Id: I11a25ea1e62d6c739010d9dd742a139fb17cc09a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/app.cpp b/app.cpp index 1ec886c..b4d7765 100644 --- a/app.cpp +++ b/app.cpp
@@ -17,10 +17,11 @@ #include "manager.hpp" +#include <sdbusplus/bus.hpp> + #include <cstdlib> #include <exception> #include <iostream> -#include <sdbusplus/bus.hpp> int main(int argc, char* argv[]) {