clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: Ia345e01e8569ea61e2d45fec9a2e8e586b5fedf6
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/main.cpp b/src/main.cpp
index ff72874..46e46df 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -65,8 +65,8 @@
socketObjPath
};
-std::tuple<std::string, UnitType, std::string>
- getUnitNameTypeAndInstance(const std::string& fullUnitName)
+std::tuple<std::string, UnitType, std::string> getUnitNameTypeAndInstance(
+ const std::string& fullUnitName)
{
UnitType type = UnitType::invalid;
std::string instanceName;