summaryrefslogtreecommitdiffstats
path: root/occ_device.cpp
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-14 14:50:03 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-18 16:43:22 -0400
commit94df8c9015798764d40665bb363bdbf27510f285 (patch)
treece26611a482f2f03a582838faec29eeb065a6c47 /occ_device.cpp
parent7db89e36d7c5649b826b607cb2d90e38bb02ab86 (diff)
downloadopenpower-occ-control-94df8c9015798764d40665bb363bdbf27510f285.tar.gz
openpower-occ-control-94df8c9015798764d40665bb363bdbf27510f285.zip
clang-format: Update to match docs repo
Update the .clang-format file and run clang-format-6.0. This .clang-format matches the example one in https://github.com/openbmc/docs/blob/master/cpp-style-and-conventions.md#clang-formatting Change-Id: Id6760866dedbaeafd83ea8ef2e0303e30b8955aa Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'occ_device.cpp')
-rw-r--r--occ_device.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/occ_device.cpp b/occ_device.cpp
index b100d46..b05dc09 100644
--- a/occ_device.cpp
+++ b/occ_device.cpp
@@ -1,7 +1,9 @@
-#include <iostream>
#include "occ_device.hpp"
+
#include "occ_status.hpp"
+#include <iostream>
+
namespace open_power
{
namespace occ
@@ -28,17 +30,17 @@ bool Device::master() const
void Device::throttleProcTempCallback(bool error)
{
- statusObject.throttleProcTemp(error);
+ statusObject.throttleProcTemp(error);
}
void Device::throttleProcPowerCallback(bool error)
{
- statusObject.throttleProcPower(error);
+ statusObject.throttleProcPower(error);
}
void Device::throttleMemTempCallback(bool error)
{
- statusObject.throttleMemTemp(error);
+ statusObject.throttleMemTemp(error);
}
} // namespace occ
OpenPOWER on IntegriCloud