mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 14:57:59 +03:00
Whitespace changes only
This commit is contained in:
parent
590f9e83d8
commit
f3c9694bf2
9 changed files with 16 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue