mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 01:04:06 +02:00
fixed spacing issue
This commit is contained in:
parent
ffc20b8876
commit
fbdca59d37
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ InterframeTimeGapStats::InterframeTimeGapStats()
|
|||
_windowMaxGap(0),
|
||||
_newWindowMaxGapAvailable(false)
|
||||
{
|
||||
memset(_intervalMaxGaps, 0, TIME_GAP_NUM_INTERVALS_IN_WINDOW*sizeof(quint64));
|
||||
memset(_intervalMaxGaps, 0, TIME_GAP_NUM_INTERVALS_IN_WINDOW * sizeof(quint64));
|
||||
}
|
||||
|
||||
void InterframeTimeGapStats::frameReceived() {
|
||||
|
|
Loading…
Reference in a new issue