fixed spacing issue

This commit is contained in:
wangyix 2014-06-23 11:56:14 -07:00
parent ffc20b8876
commit fbdca59d37

View file

@ -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() {