summaryrefslogtreecommitdiffstats
path: root/mslverify
diff options
context:
space:
mode:
Diffstat (limited to 'mslverify')
-rw-r--r--mslverify/util.hpp6
-rw-r--r--mslverify/verify.cpp9
2 files changed, 9 insertions, 6 deletions
diff --git a/mslverify/util.hpp b/mslverify/util.hpp
index f487cee..e0d07ca 100644
--- a/mslverify/util.hpp
+++ b/mslverify/util.hpp
@@ -1,10 +1,10 @@
#pragma once
+#include <phosphor-logging/elog-errors.hpp>
+#include <phosphor-logging/elog.hpp>
+#include <phosphor-logging/log.hpp>
#include <sdbusplus/bus.hpp>
#include <sdbusplus/message.hpp>
-#include <phosphor-logging/log.hpp>
-#include <phosphor-logging/elog.hpp>
-#include <phosphor-logging/elog-errors.hpp>
#include <xyz/openbmc_project/Common/error.hpp>
namespace util
diff --git a/mslverify/verify.cpp b/mslverify/verify.cpp
index c9c06aa..a4b3ece 100644
--- a/mslverify/verify.cpp
+++ b/mslverify/verify.cpp
@@ -14,14 +14,16 @@
* limitations under the License.
*/
+#include "util.hpp"
+
#include <algorithm>
#include <map>
#include <string>
-#include "util.hpp"
using namespace std::literals::string_literals;
-template <typename T> struct BusMeetsMSL
+template <typename T>
+struct BusMeetsMSL
{
std::string path;
@@ -43,7 +45,8 @@ template <typename T> struct BusMeetsMSL
}
};
-template <typename T> struct PathMeetsMSL
+template <typename T>
+struct PathMeetsMSL
{
auto operator()(const T& arg)
{
OpenPOWER on IntegriCloud