mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -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
|
|
@ -146,7 +146,7 @@ void pa_strbuf_putsn(pa_strbuf *sb, const char *t, size_t l) {
|
|||
pa_assert(t);
|
||||
|
||||
if (!l)
|
||||
return;
|
||||
return;
|
||||
|
||||
c = pa_xmalloc(PA_ALIGN(sizeof(struct chunk)) + l);
|
||||
c->length = l;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue