Commit 75c740fe authored by Max Kellermann's avatar Max Kellermann

output/sndio: fix indent

parent 6c8d86bb
......@@ -83,7 +83,7 @@ sndio_test_default_device()
auto *hdl = sio_open(SIO_DEVANY, SIO_PLAY, 0);
if (!hdl) {
FormatError(sndio_output_domain,
"Error opening default sndio device");
"Error opening default sndio device");
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment