clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: I39f8c77091744c8516e043054b4ed7207d85aa08
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/occ_dbus_test.cpp b/test/occ_dbus_test.cpp
index d11a373..58843c7 100644
--- a/test/occ_dbus_test.cpp
+++ b/test/occ_dbus_test.cpp
@@ -71,4 +71,4 @@
     EXPECT_EQ(true, retStatus);
     ASSERT_THROW(OccDBusSensors::getOccDBus().getOperationalStatus("/abcd/"),
                  std::invalid_argument);
-}
\ No newline at end of file
+}