mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Fix up some double spaces
This commit is contained in:
parent
efcddf68c7
commit
684b89c639
38 changed files with 75 additions and 76 deletions
|
|
@ -49,7 +49,7 @@ pa_strlist* pa_strlist_prepend(pa_strlist *l, const char *s) {
|
|||
memcpy(ITEM_TO_TEXT(n), s, size + 1);
|
||||
n->next = l;
|
||||
|
||||
return n;
|
||||
return n;
|
||||
}
|
||||
|
||||
char *pa_strlist_tostring(pa_strlist *l) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue