mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-03 03:56:08 -04:00
Fix code formatting with new clang-format version
This commit is contained in:
parent
8599f0903c
commit
3e90f1b4d8
25 changed files with 91 additions and 178 deletions
|
@ -120,8 +120,8 @@ class FakeClient : public DBusClient
|
|||
public:
|
||||
explicit FakeClient(DBusMgr* dbus)
|
||||
: DBusClient(
|
||||
dbus,
|
||||
{QStringLiteral("local"), 0, true, {ProcInfo{0, 0, QStringLiteral("fake-client"), QString{}, QString{}}}})
|
||||
dbus,
|
||||
{QStringLiteral("local"), 0, true, {ProcInfo{0, 0, QStringLiteral("fake-client"), QString{}, QString{}}}})
|
||||
{
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue