summaryrefslogtreecommitdiffstats
path: root/src/pathwatch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathwatch.hpp')
-rw-r--r--src/pathwatch.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pathwatch.hpp b/src/pathwatch.hpp
index db81bec..b0b8b42 100644
--- a/src/pathwatch.hpp
+++ b/src/pathwatch.hpp
@@ -22,7 +22,8 @@ class Callback;
/** @class PathWatch
* @brief Watch on object path for interfaceadded/interfaceremoved signals
*/
-template <typename DBusInterfaceType> class PathWatch : public Watch
+template <typename DBusInterfaceType>
+class PathWatch : public Watch
{
public:
PathWatch() = delete;
OpenPOWER on IntegriCloud