Coding style fixes, mostly indentation and whitespace
This commit is contained in:
parent
8a0d117d45
commit
373651359e
47 changed files with 131 additions and 130 deletions
|
@ -439,7 +439,7 @@ empth_rwlock_wrlock(empth_rwlock_t *rwlock)
|
|||
empth_status("waiting for wrlock %s", rwlock->name);
|
||||
pthread_cond_wait(&rwlock->can_write, &mtx_ctxsw);
|
||||
empth_status("got wrlock %s %d %d",
|
||||
rwlock->name, rwlock->nread, rwlock->nwrite);
|
||||
rwlock->name, rwlock->nread, rwlock->nwrite);
|
||||
empth_restorectx();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue