mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor code style tidy-ups
This commit is contained in:
parent
7d07f51ce7
commit
c587d4b495
10 changed files with 31 additions and 30 deletions
|
|
@ -162,7 +162,7 @@ bool BufferingAudioSource::waitForNextAudioBlockReady (const AudioSourceChannelI
|
|||
if (! isLooping() && nextPlayPos > getTotalLength())
|
||||
return true;
|
||||
|
||||
const uint32 endTime = Time::getMillisecondCounter () + timeout;
|
||||
const uint32 endTime = Time::getMillisecondCounter() + timeout;
|
||||
uint32 now = Time::getMillisecondCounter();
|
||||
|
||||
while (now < endTime)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue