summaryrefslogtreecommitdiffstats
path: root/read_fru_data.hpp
diff options
context:
space:
mode:
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