summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-23 12:50:24 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-02-23 21:49:02 +0000
commitefb7885e0bb97a0e2f65457ff4f931cc5a3a1fc8 (patch)
treefecccc97bc41263c12ffd11d67e94d293ca27295
parent0a3d0605cb9344c256f69b86e4f1a1ce57a8ace6 (diff)
downloadphosphor-inventory-manager-efb7885e0bb97a0e2f65457ff4f931cc5a3a1fc8.tar.gz
phosphor-inventory-manager-efb7885e0bb97a0e2f65457ff4f931cc5a3a1fc8.zip
astyle run
An astyle error in functor.hpp slipped through. Change-Id: Id347b45dd0a6bc8ed1d4a27f59b4ba0709433376 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--functor.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/functor.hpp b/functor.hpp
index 50fdcfa..e48e6d3 100644
--- a/functor.hpp
+++ b/functor.hpp
@@ -135,8 +135,8 @@ auto setProperty(
// 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)
{
OpenPOWER on IntegriCloud