Enable clang-format

Ideally would have done this from the beginning,
but better later than never.

Change-Id: Ib4c73085c4817496c9f2ee505c19149a67b394dc
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/policy_find.hpp b/policy_find.hpp
index 7dd415a..e8a4c50 100644
--- a/policy_find.hpp
+++ b/policy_find.hpp
@@ -24,10 +24,8 @@
  *            interface
  * @return PolicyProps - a tuple of policy details.
  */
-PolicyProps find(
-        const Table& policy,
-        const DbusPropertyMap& errorLogProperties);
-
+PolicyProps find(const Table& policy,
+                 const DbusPropertyMap& errorLogProperties);
 }
 }
 }