summaryrefslogtreecommitdiffstats
path: root/src/pathwatchimpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathwatchimpl.hpp')
-rw-r--r--src/pathwatchimpl.hpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/pathwatchimpl.hpp b/src/pathwatchimpl.hpp
index 6be0f50..8b7e8ee 100644
--- a/src/pathwatchimpl.hpp
+++ b/src/pathwatchimpl.hpp
@@ -5,13 +5,14 @@
*/
#pragma once
-#include <sdbusplus/message.hpp>
-#include <sdbusplus/bus/match.hpp>
-#include <vector>
#include "callback.hpp"
#include "data_types.hpp"
#include "pathwatch.hpp"
+#include <sdbusplus/bus/match.hpp>
+#include <sdbusplus/message.hpp>
+#include <vector>
+
namespace phosphor
{
namespace dbus
@@ -19,7 +20,8 @@ namespace dbus
namespace monitoring
{
-template <typename DBusInterfaceType> void PathWatch<DBusInterfaceType>::start()
+template <typename DBusInterfaceType>
+void PathWatch<DBusInterfaceType>::start()
{
if (alreadyRan)
{
OpenPOWER on IntegriCloud