Re-format code to avoid overly long lines and declarations

This commit is contained in:
Nils O. Selåsdal
2015-04-04 23:29:27 +02:00
parent a55139aba6
commit c6318c079d
17 changed files with 94 additions and 46 deletions
+3 -1
View File
@@ -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
*/