summaryrefslogtreecommitdiffstats
path: root/read_fru_data.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 /read_fru_data.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 'read_fru_data.hpp')
-rw-r--r--read_fru_data.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/read_fru_data.hpp b/read_fru_data.hpp
index d715858..d3268b8 100644
--- a/read_fru_data.hpp
+++ b/read_fru_data.hpp
@@ -1,8 +1,9 @@
#pragma once
-#include <string>
-#include <sdbusplus/bus.hpp>
#include "ipmi_fru_info_area.hpp"
+#include <sdbusplus/bus.hpp>
+#include <string>
+
namespace ipmi
{
namespace fru
@@ -24,5 +25,5 @@ const FruAreaData& getFruAreaData(const FRUId& fruNum);
* @return negative value on failure
*/
int registerCallbackHandler();
-} //fru
-} //ipmi
+} // namespace fru
+} // namespace ipmi
OpenPOWER on IntegriCloud