mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
dbusiface-card: Split some overly long lines.
This commit is contained in:
parent
31117fe99e
commit
8b5550dba3
3 changed files with 20 additions and 5 deletions
|
|
@ -182,7 +182,11 @@ static void handle_get_all(DBusConnection *conn, DBusMessage *msg, void *userdat
|
|||
dbus_message_unref(reply);
|
||||
}
|
||||
|
||||
pa_dbusiface_card_profile *pa_dbusiface_card_profile_new(pa_dbusiface_card *card, pa_core *core, pa_card_profile *profile, uint32_t idx) {
|
||||
pa_dbusiface_card_profile *pa_dbusiface_card_profile_new(
|
||||
pa_dbusiface_card *card,
|
||||
pa_core *core,
|
||||
pa_card_profile *profile,
|
||||
uint32_t idx) {
|
||||
pa_dbusiface_card_profile *p = NULL;
|
||||
|
||||
pa_assert(card);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue