mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 06:36:07 -04:00
Fix code formatting with new clang-format version
This commit is contained in:
parent
afe634d4f2
commit
e48ef80e9c
25 changed files with 91 additions and 178 deletions
|
@ -42,8 +42,7 @@ void TestSSHAgent::initTestCase()
|
|||
QVERIFY(m_agentSocketFile.remove());
|
||||
|
||||
QStringList arguments;
|
||||
arguments << "-D"
|
||||
<< "-a" << m_agentSocketFileName;
|
||||
arguments << "-D" << "-a" << m_agentSocketFileName;
|
||||
|
||||
QElapsedTimer timer;
|
||||
timer.start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue