output/sndio: fix indent
This commit is contained in:
parent
6c8d86bb90
commit
75c740fe2b
@ -83,7 +83,7 @@ sndio_test_default_device()
|
|||||||
auto *hdl = sio_open(SIO_DEVANY, SIO_PLAY, 0);
|
auto *hdl = sio_open(SIO_DEVANY, SIO_PLAY, 0);
|
||||||
if (!hdl) {
|
if (!hdl) {
|
||||||
FormatError(sndio_output_domain,
|
FormatError(sndio_output_domain,
|
||||||
"Error opening default sndio device");
|
"Error opening default sndio device");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user