removed trailing whitespaces

This commit is contained in:
badaix 2016-11-14 22:48:07 +01:00
parent fa65490192
commit 043f76e35e
9 changed files with 12 additions and 12 deletions

View file

@ -123,7 +123,7 @@ void CoreAudioPlayer::worker()
logE << "CoreAudioPlayer::worker\n";
AudioQueueCreateTimeline(queue, &timeLine_);
AudioQueueStart(queue, NULL);
CFRunLoopRun();
CFRunLoopRun();
}