summaryrefslogtreecommitdiffstats
path: root/src/method.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/method.hpp')
-rw-r--r--src/method.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/method.hpp b/src/method.hpp
index 7c29205..86326b6 100644
--- a/src/method.hpp
+++ b/src/method.hpp
@@ -1,8 +1,9 @@
#pragma once
-#include <experimental/tuple>
#include "callback.hpp"
+#include <experimental/tuple>
+
namespace phosphor
{
namespace dbus
@@ -19,7 +20,8 @@ namespace detail
* @tparam DBusInterface - The DBus interface to use.
* @tparam MethodArgs - DBus method argument types.
*/
-template <typename DBusInterface, typename... MethodArgs> struct CallDBusMethod
+template <typename DBusInterface, typename... MethodArgs>
+struct CallDBusMethod
{
static void op(const std::string& bus, const std::string& path,
const std::string& iface, const std::string& method,
OpenPOWER on IntegriCloud