diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-14 19:40:18 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-14 19:40:18 +0000 |
commit | a07bc79117971b96ebf3188c0a34a73ee0a3609b (patch) | |
tree | 4c5f985bd2bd407871dfc9d4bc8c05cbaa9851e2 /tests/libtest/lib502.c | |
parent | 2268657272e591948467135dcd713bd80e3212b3 (diff) |
removed trailing whitespace
Diffstat (limited to 'tests/libtest/lib502.c')
-rw-r--r-- | tests/libtest/lib502.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib502.c b/tests/libtest/lib502.c index 0a0a819b0..d1c734cc7 100644 --- a/tests/libtest/lib502.c +++ b/tests/libtest/lib502.c @@ -63,7 +63,7 @@ int test(char *URL) while (running) { res = (int)curl_multi_perform(m, &running); - if (tutil_tvdiff(tutil_tvnow(), mp_start) > + if (tutil_tvdiff(tutil_tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) { mp_timedout = TRUE; break; |