Re-format code to avoid overly long lines and declarations
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user