summaryrefslogtreecommitdiff
path: root/tests/libtest/lib2302.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-10-30 17:38:16 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-10-30 22:31:29 +0100
commit52cc4a85fd7e5265ba8ff0f08adf4858f6773a11 (patch)
tree42840cae8269d796f753587dcd493d36f7384dab /tests/libtest/lib2302.c
parentb8c302dcbae53a79a85b42b9acfabd392a8a530e (diff)
downloadcurl-52cc4a85fd7e5265ba8ff0f08adf4858f6773a11.tar.gz
style: use space after comment start and before comment end
/* like this */ /*not this*/ checksrc is updated accordingly Closes #9828
Diffstat (limited to 'tests/libtest/lib2302.c')
-rw-r--r--tests/libtest/lib2302.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/libtest/lib2302.c b/tests/libtest/lib2302.c
index cb4ac3531..a61e7b20e 100644
--- a/tests/libtest/lib2302.c
+++ b/tests/libtest/lib2302.c
@@ -114,7 +114,6 @@ static size_t writecb(char *buffer, size_t size, size_t nitems, void *p)
CURLcode result = CURLE_OK;
fprintf(stderr, "send back a TEXT\n");
(void)easy;
- /*result = curl_ws_send(easy, pong, 2, &sent, 0);*/
if(result)
nitems = 0;
}