mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 09:59:20 +02:00
Fix else indentation
This commit is contained in:
parent
0e1742588b
commit
5268ef8ac2
1 changed files with 1 additions and 2 deletions
|
@ -288,8 +288,7 @@ int64_t AudioInjector::injectNextFrame() {
|
||||||
if (_options.loop) {
|
if (_options.loop) {
|
||||||
// we were asked to loop, set our send offset to 0
|
// we were asked to loop, set our send offset to 0
|
||||||
_currentSendOffset = 0;
|
_currentSendOffset = 0;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
// we weren't to loop, say that we're done now
|
// we weren't to loop, say that we're done now
|
||||||
finish();
|
finish();
|
||||||
return NEXT_FRAME_DELTA_ERROR_OR_FINISHED;
|
return NEXT_FRAME_DELTA_ERROR_OR_FINISHED;
|
||||||
|
|
Loading…
Reference in a new issue