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 -3
View File
@@ -82,7 +82,7 @@ extern struct UCoreClock uc_time_clock;
*
*/
void uc_cached_clock_init(struct UCoreCachedClock *uclock,
struct UCoreClock *real_clock);
struct UCoreClock *real_clock);
/** Update the cached clock from the real_clock
*/
@@ -103,7 +103,7 @@ void uc_settable_clock_init(struct UCoreSettableClock *uclock);
* @param tv new timeval to set the clock to
**/
void uc_settable_clock_set_tv(struct UCoreSettableClock *uclock,
const struct timeval *tv);
const struct timeval *tv);
/**
* Set the new time this clock will return
@@ -114,7 +114,7 @@ void uc_settable_clock_set_tv(struct UCoreSettableClock *uclock,
* @param usecs microseconds portion of the clock to set.
**/
void uc_settable_clock_set(struct UCoreSettableClock *uclock,
time_t secs, suseconds_t usecs);
time_t secs, suseconds_t usecs);
#ifdef __cplusplus
}