audio/null: Remove extra space introduced in hrev54781

This is whitespace only, no change in functionality intended.
This commit is contained in:
John Scipione 2020-12-16 10:22:11 -05:00
parent 69b1d7ac94
commit 9de7297999

View File

@ -344,7 +344,7 @@ buffer_force_stop(device_t* device)
{
dprintf("null_audio: %s\n" , __func__ );
if (device == NULL)
if (device == NULL)
return B_ERROR;
if (device->running)