mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Fix up according to Coding Style
Only whitespace changes in here
This commit is contained in:
parent
5715b2af30
commit
ecf09f2cd6
60 changed files with 297 additions and 418 deletions
|
|
@ -77,7 +77,7 @@ static void add_session(struct userdata *u, const char *id) {
|
|||
struct session *session;
|
||||
pa_client_new_data data;
|
||||
|
||||
dbus_error_init (&error);
|
||||
dbus_error_init(&error);
|
||||
|
||||
if (pa_hashmap_get(u->sessions, id)) {
|
||||
pa_log_warn("Duplicate session %s, ignoring.", id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue