summaryrefslogtreecommitdiffstats
path: root/mslverify/verify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mslverify/verify.cpp')
-rw-r--r--mslverify/verify.cpp9
1 files changed, 6 insertions, 3 deletions
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