summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2022-12-19 10:06:26 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2022-12-21 17:50:21 +0100
commitdbcd5ec948a497ee74c4d0c940e6ac97ea0efc48 (patch)
tree02e72f3a893321343b68aa5c1381d2d256cee999
parentda30f70fea239f723f1d36b076bb3f5860f50ed9 (diff)
downloadqtwebsockets-dbcd5ec948a497ee74c4d0c940e6ac97ea0efc48.tar.gz
tst_QWebSocket: style fix; drop unnecessary space
Change-Id: I0b4e65bb97e358aad85f41761d3bd2c64b313e62 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
-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;