Fix code formatting with new clang-format version

This commit is contained in:
Jonathan White 2024-08-13 21:38:37 -04:00
parent 8599f0903c
commit 3e90f1b4d8
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
25 changed files with 91 additions and 178 deletions

View file

@ -41,8 +41,7 @@ void TestSSHAgent::initTestCase()
QVERIFY(m_agentSocketFile.remove());
QStringList arguments;
arguments << "-D"
<< "-a" << m_agentSocketFileName;
arguments << "-D" << "-a" << m_agentSocketFileName;
QElapsedTimer timer;
timer.start();