aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/first.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-12-30 03:36:18 +0100
committerYang Tse <yangsita@gmail.com>2011-12-30 03:36:18 +0100
commited0364343dc2472fdc6a390bb00c3e20152e8e6f (patch)
tree5602c9828ae26fe36e583d7975f711c35ab504a3 /tests/libtest/first.c
parent5c0ad9581dc0d59ba4e425e54589cdc2b6cb7ac5 (diff)
removed trailing whitespace
Diffstat (limited to 'tests/libtest/first.c')
-rw-r--r--tests/libtest/first.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/first.c b/tests/libtest/first.c
index 57e6ddd79..253acb21d 100644
--- a/tests/libtest/first.c
+++ b/tests/libtest/first.c
@@ -38,7 +38,7 @@ int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc,
return -1;
}
#ifdef USE_WINSOCK
- /*
+ /*
* Winsock select() requires that at least one of the three fd_set
* pointers is not NULL and points to a non-empty fdset. IOW Winsock
* select() can not be used to sleep without a single fd_set.