summaryrefslogtreecommitdiffstats
path: root/error-HostEvent.hpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-08-31 11:55:55 -0700
committerPatrick Venture <venture@google.com>2018-09-07 23:45:41 +0000
commit0b02be925a29357f69abbc9e9a58e7c5aaed2eab (patch)
treec1b39f817d98ffda7b987f9e3f864f576e3bf9ea /error-HostEvent.hpp
parent26f80ab2cc41deadc913190d906f71266c4ed224 (diff)
downloadphosphor-host-ipmid-0b02be925a29357f69abbc9e9a58e7c5aaed2eab.tar.gz
phosphor-host-ipmid-0b02be925a29357f69abbc9e9a58e7c5aaed2eab.zip
add .clang-format
Change-Id: I7c2a527b4751a560703a61fcbe9638b150546af5 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'error-HostEvent.hpp')
-rw-r--r--error-HostEvent.hpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/error-HostEvent.hpp b/error-HostEvent.hpp
index 40872a1..72dc6e9 100644
--- a/error-HostEvent.hpp
+++ b/error-HostEvent.hpp
@@ -16,10 +16,9 @@ namespace Error
struct Event final : public sdbusplus::exception_t
{
static constexpr auto errName = "org.open_power.Host.Error.Event";
- static constexpr auto errDesc =
- "A host system event was received";
+ static constexpr auto errDesc = "A host system event was received";
static constexpr auto errWhat =
- "org.open_power.Host.Error.Event: A host system event was received";
+ "org.open_power.Host.Error.Event: A host system event was received";
const char* name() const noexcept override;
const char* description() const noexcept override;
@@ -28,11 +27,13 @@ struct Event final : public sdbusplus::exception_t
struct MaintenanceProcedure final : public sdbusplus::exception_t
{
- static constexpr auto errName = "org.open_power.Host.Error.MaintenanceProcedure";
+ static constexpr auto errName =
+ "org.open_power.Host.Error.MaintenanceProcedure";
static constexpr auto errDesc =
- "A host system event with a procedure callout";
+ "A host system event with a procedure callout";
static constexpr auto errWhat =
- "org.open_power.Host.Error.MaintenanceProcedure: A host system event with a procedure callout";
+ "org.open_power.Host.Error.MaintenanceProcedure: A host system event "
+ "with a procedure callout";
const char* name() const noexcept override;
const char* description() const noexcept override;
@@ -44,4 +45,3 @@ struct MaintenanceProcedure final : public sdbusplus::exception_t
} // namespace open_power
} // namespace org
} // namespace sdbusplus
-
OpenPOWER on IntegriCloud