From dbcd5ec948a497ee74c4d0c940e6ac97ea0efc48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Mon, 19 Dec 2022 10:06:26 +0100 Subject: tst_QWebSocket: style fix; drop unnecessary space Change-Id: I0b4e65bb97e358aad85f41761d3bd2c64b313e62 Reviewed-by: Timur Pocheptsov --- tests/auto/websockets/qwebsocket/tst_qwebsocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; -- cgit v1.2.1