Skip to content

Commit

Permalink
audio: Suspect code indent for conditional statements
Browse files Browse the repository at this point in the history
Fix code indent.

Signed-off-by: Zhang Han <zhanghan64@huawei.com>
Message-id: 20210115012431.79533-1-zhanghan64@huawei.com
Message-Id: <20210115012431.79533-7-zhanghan64@huawei.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
Zhang Han authored and kraxel committed Jan 15, 2021
1 parent dea7d84 commit 289db3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/paaudio.c
Expand Up @@ -480,7 +480,7 @@ static pa_stream *qpa_simple_new (
}

if (r < 0) {
goto fail;
goto fail;
}

pa_threaded_mainloop_unlock(c->mainloop);
Expand Down

0 comments on commit 289db3c

Please sign in to comment.