mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-23 03:49:26 +01:00
Indent
This commit is contained in:
parent
6de3d4a038
commit
4d09c7252b
@ -52,7 +52,7 @@ void DigitalRenderer::fill_audio(Uint8 *stream, int len)
|
|||||||
}
|
}
|
||||||
if (to_output - cnt / 2 <= 0)
|
if (to_output - cnt / 2 <= 0)
|
||||||
to_output = 0;
|
to_output = 0;
|
||||||
else
|
else
|
||||||
to_output -= cnt / 2;
|
to_output -= cnt / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user