commit | 38fb598381a9fc7c4e2bbd7b585f788d0c7353e5 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Thu May 28 10:09:54 2020 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Thu May 28 10:10:24 2020 -0700 |
tree | c7fc334914a8bdb16f7cdd35a4d4aa3aa0aa8aad | |
parent | 3840d0ad45134597455f6d70fe1ae76f3cac0e7d [diff] [blame] |
Update clang format Update to clang-format-10 Change-Id: I7fcab706fb384e5fcc07a06c42897a5ddbc4b511 Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/include/PwmSensor.hpp b/include/PwmSensor.hpp index f0dc7e6..22614e6 100644 --- a/include/PwmSensor.hpp +++ b/include/PwmSensor.hpp
@@ -1,7 +1,8 @@ #pragma once -#include <memory> #include <sdbusplus/asio/object_server.hpp> + +#include <memory> #include <string> class PwmSensor