Whitespace changes only

This commit is contained in:
Jan-Peter Nilsson 2011-04-03 13:06:42 +02:00
parent 590f9e83d8
commit f3c9694bf2
9 changed files with 16 additions and 16 deletions

View file

@ -72,7 +72,7 @@ size_t SampleReader::read(void *_data, size_t length)
// Determine how much we read
return data-(char*)_data;
}
// Determine the overshoot
pullSize = length - num;
assert(pullSize < frameSize && pullSize >= 0);