clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: Id513ba4699f994d5bc2a8480c4a0b2659e9480ce
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/dbus/dbuswrite.hpp b/dbus/dbuswrite.hpp
index 9aec84c..3abb075 100644
--- a/dbus/dbuswrite.hpp
+++ b/dbus/dbuswrite.hpp
@@ -31,9 +31,9 @@
class DbusWritePercent : public WriteInterface
{
public:
- static std::unique_ptr<WriteInterface>
- createDbusWrite(const std::string& path, int64_t min, int64_t max,
- std::unique_ptr<DbusHelperInterface> helper);
+ static std::unique_ptr<WriteInterface> createDbusWrite(
+ const std::string& path, int64_t min, int64_t max,
+ std::unique_ptr<DbusHelperInterface> helper);
DbusWritePercent(const std::string& path, int64_t min, int64_t max,
const std::string& connectionName) :
@@ -52,9 +52,9 @@
class DbusWrite : public WriteInterface
{
public:
- static std::unique_ptr<WriteInterface>
- createDbusWrite(const std::string& path, int64_t min, int64_t max,
- std::unique_ptr<DbusHelperInterface> helper);
+ static std::unique_ptr<WriteInterface> createDbusWrite(
+ const std::string& path, int64_t min, int64_t max,
+ std::unique_ptr<DbusHelperInterface> helper);
DbusWrite(const std::string& path, int64_t min, int64_t max,
const std::string& connectionName) :