u/time: Tidy

This commit is contained in:
Jakob Bornecrantz 2020-02-27 13:46:10 +00:00
parent b07af5cfc6
commit 039e29e7ad

View file

@ -133,4 +133,4 @@ time_state_from_timespec(struct time_state const *state,
// Offset the last timestamp by that duration.
return state->lastTime +
duration_cast<nanoseconds>(sinceLastUpdate).count();
}
}