mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
Drop double semicolons
This commit is contained in:
parent
b1610d37fe
commit
71c6a175c4
10 changed files with 14 additions and 14 deletions
|
|
@ -4852,7 +4852,7 @@ static int do_suspend(struct client *client, uint32_t command, uint32_t tag, str
|
|||
struct pw_manager_object *o;
|
||||
const char *name;
|
||||
int res;
|
||||
uint32_t id, cmd;;
|
||||
uint32_t id, cmd;
|
||||
bool sink = command == COMMAND_SUSPEND_SINK, suspend;
|
||||
|
||||
if ((res = message_get(m,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue