Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 57b6b02

Browse files
committed
Check style fix
1 parent 134995d commit 57b6b02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/sol-util.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ sol_util_timespec_get_current(void)
202202
{
203203
struct timespec tp;
204204
timex_t t;
205+
205206
vtimer_now(&t);
206207
tp.tv_sec = t.seconds;
207208
tp.tv_nsec = t.microseconds * 1000;

0 commit comments

Comments
 (0)