output/sndio: fix indent

This commit is contained in:
Max Kellermann 2017-09-19 18:50:18 +02:00
parent 6c8d86bb90
commit 75c740fe2b

View File

@ -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;
} }