astyle run

An astyle error in functor.hpp slipped through.

Change-Id: Id347b45dd0a6bc8ed1d4a27f59b4ba0709433376
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/functor.hpp b/functor.hpp
index 50fdcfa..e48e6d3 100644
--- a/functor.hpp
+++ b/functor.hpp
@@ -135,8 +135,8 @@
     // and value to a lambda.  When it is called, forward the
     // path, interface and value on to the manager member function.
     return [paths, conditions = conditions, iface,
-                  member,
-                  value = std::forward<V>(value)](auto & b, auto & m)
+                   member,
+                   value = std::forward<V>(value)](auto & b, auto & m)
     {
         for (auto p : paths)
         {