Whitespace.

This commit is contained in:
chris
2005-10-26 22:56:05 +00:00
parent 3f2d5210c9
commit bc5f3491fa

View File

@@ -40,7 +40,7 @@ int main(void) {
struct timespec deadline = {0};
if ((res = pthread_mutex_lock(&mtx)) != 0
|| (res = pthread_create(&thr, NULL, worker_thread, NULL)) != 0) {
fprintf(stderr, "%s\n", strerror(res));
fprintf(stderr, "%s\n", strerror(res));
return -1;
}