summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/websockets/qwebsocket/tst_qwebsocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/websockets/qwebsocket/tst_qwebsocket.cpp b/tests/auto/websockets/qwebsocket/tst_qwebsocket.cpp
index 3fb79ec..ae8e8d1 100644
--- a/tests/auto/websockets/qwebsocket/tst_qwebsocket.cpp
+++ b/tests/auto/websockets/qwebsocket/tst_qwebsocket.cpp
@@ -1073,7 +1073,7 @@ struct ServerScenario {
bool withBody = false;
bool withEncryption = false;
};
-struct Credentials { QString username , password; };
+struct Credentials { QString username, password; };
struct ClientScenario {
QByteArrayView label;
Credentials urlCredentials;