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: I913685cddaf9a2256b3edcd3ced8e89a32386394
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/ldap_config_test.cpp b/test/ldap_config_test.cpp
index febe687..7685543 100644
--- a/test/ldap_config_test.cpp
+++ b/test/ldap_config_test.cpp
@@ -30,8 +30,7 @@
class TestLDAPConfig : public testing::Test
{
public:
- TestLDAPConfig() : bus(sdbusplus::bus::new_default())
- {}
+ TestLDAPConfig() : bus(sdbusplus::bus::new_default()) {}
void SetUp() override
{
using namespace phosphor::ldap;
@@ -569,8 +568,8 @@
// Permission of the persistent file should be 640
// Others should not be allowed to read.
- auto permission =
- fs::perms::owner_read | fs::perms::owner_write | fs::perms::group_read;
+ auto permission = fs::perms::owner_read | fs::perms::owner_write |
+ fs::perms::group_read;
auto persistFilepath = std::string(dir.c_str());
persistFilepath += adDbusObjectPath;
persistFilepath += "/config";