Fix indentation.
Reported by: hselasky MFC after: 17 days
This commit is contained in:
parent
15ad3e51c5
commit
3a77833e87
@ -984,7 +984,7 @@ callout_when(sbintime_t sbt, sbintime_t precision, int flags,
|
||||
if ((flags & C_HARDCLOCK) == 0)
|
||||
to_sbt += tick_sbt;
|
||||
} else
|
||||
to_sbt = sbinuptime();
|
||||
to_sbt = sbinuptime();
|
||||
if (SBT_MAX - to_sbt < sbt)
|
||||
to_sbt = SBT_MAX;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user