Fix whitespace
This commit is contained in:
parent
0c0b3c2a3a
commit
5feca74178
@ -236,12 +236,14 @@ Time& operator /=(Time& left, Int64 right)
|
||||
return left = left / right;
|
||||
}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
Time operator %(Time left, Time right)
|
||||
{
|
||||
return microseconds(left.asMicroseconds() % right.asMicroseconds());
|
||||
}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
Time& operator %=(Time& left, Time right)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user