aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_threads.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-14 19:40:18 +0000
committerYang Tse <yangsita@gmail.com>2010-02-14 19:40:18 +0000
commita07bc79117971b96ebf3188c0a34a73ee0a3609b (patch)
tree4c5f985bd2bd407871dfc9d4bc8c05cbaa9851e2 /lib/curl_threads.c
parent2268657272e591948467135dcd713bd80e3212b3 (diff)
removed trailing whitespace
Diffstat (limited to 'lib/curl_threads.c')
-rw-r--r--lib/curl_threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_threads.c b/lib/curl_threads.c
index 96304e440..3c3eecd02 100644
--- a/lib/curl_threads.c
+++ b/lib/curl_threads.c
@@ -45,7 +45,7 @@
struct curl_actual_call {
unsigned int (*func)(void *);
- void *arg;
+ void *arg;
};
static void *curl_thread_create_thunk(void *arg)