mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:56:44 +02:00
Fix else style
This commit is contained in:
parent
3160aa3068
commit
b56668892e
1 changed files with 1 additions and 2 deletions
|
@ -231,8 +231,7 @@ int64_t AudioInjector::injectNextFrame() {
|
||||||
|
|
||||||
audioDataOffset = _currentPacket->pos();
|
audioDataOffset = _currentPacket->pos();
|
||||||
|
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
// no samples to inject, return immediately
|
// no samples to inject, return immediately
|
||||||
qDebug() << "AudioInjector::injectNextFrame() called with no samples to inject. Returning.";
|
qDebug() << "AudioInjector::injectNextFrame() called with no samples to inject. Returning.";
|
||||||
return NEXT_FRAME_DELTA_ERROR_OR_FINISHED;
|
return NEXT_FRAME_DELTA_ERROR_OR_FINISHED;
|
||||||
|
|
Loading…
Reference in a new issue