aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib540.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib540.c')
-rw-r--r--tests/libtest/lib540.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib540.c b/tests/libtest/lib540.c
index 89dc6bc77..9b3b5a40e 100644
--- a/tests/libtest/lib540.c
+++ b/tests/libtest/lib540.c
@@ -113,7 +113,7 @@ static int loop(int num, CURLM *cm, const char* url, const char* userpwd,
if(res)
return res;
- while (U) {
+ while(U) {
int M = -99;
@@ -125,7 +125,7 @@ static int loop(int num, CURLM *cm, const char* url, const char* userpwd,
if(res)
return res;
- if (U) {
+ if(U) {
FD_ZERO(&R);
FD_ZERO(&W);
FD_ZERO(&E);