Re-format code to avoid overly long lines and declarations
This commit is contained in:
@@ -32,7 +32,9 @@ int uc_ticket_lock_init(struct UCTicketLock *lock);
|
||||
*
|
||||
* @return 0 on success, errno value on failure
|
||||
*/
|
||||
int uc_ticket_lock_init_ex(struct UCTicketLock *lock, pthread_mutexattr_t *mattr, pthread_condattr_t *cattr);
|
||||
int uc_ticket_lock_init_ex(struct UCTicketLock *lock,
|
||||
pthread_mutexattr_t *mattr,
|
||||
pthread_condattr_t *cattr);
|
||||
|
||||
/** Acquire the lock
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user