mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
be3283305a
commit
92baa16536
@@ -420,8 +420,8 @@ namespace BlackMisc
|
||||
const ITimestampBased &l = last;
|
||||
const ITimestampBased &o = object;
|
||||
const qint64 diff = l.getAbsTimeDifferenceMs(o);
|
||||
if (diff > mmm.max) { mmm.max = diff; }
|
||||
if (diff < mmm.min) { mmm.min = diff; }
|
||||
if (diff > mmm.max) { mmm.max = diff; }
|
||||
if (diff < mmm.min) { mmm.min = diff; }
|
||||
mean += diff;
|
||||
}
|
||||
c++;
|
||||
|
||||
Reference in New Issue
Block a user