diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-25 02:23:02 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-25 02:23:02 +0100 |
commit | e71f7804caa6352ba4cec3aaf04800c9a3f88d48 (patch) | |
tree | dd9659b8939f705b541199cea567552fd5c5b0a4 /tests/test-7.c | |
parent | 034e4e904a5e16356fab5b8943b91b82b7437dbb (diff) |
Fix spurious whitespaces
Diffstat (limited to 'tests/test-7.c')
-rw-r--r-- | tests/test-7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-7.c b/tests/test-7.c index 22fb1ca..be724ce 100644 --- a/tests/test-7.c +++ b/tests/test-7.c @@ -23,7 +23,7 @@ thr (void *arg) assert (pthread_getspecific (key[i]) == NULL); printf ("pthread_setspecific(%d, %d).\n", key[i], pthread_self ()); err = pthread_setspecific (key[i], (void *) pthread_self ()); - printf ("pthread_setspecific(%d, %d) => %d.\n", key[i], pthread_self (), err); + printf ("pthread_setspecific(%d, %d) => %d.\n", key[i], pthread_self (), err); assert_perror (err); } |