mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
minor reformat
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2322 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
4f99c431d0
commit
b93ea1840c
1 changed files with 3 additions and 1 deletions
|
|
@ -59,7 +59,9 @@ struct pa_memblock {
|
|||
pa_mempool *pool;
|
||||
|
||||
pa_memblock_type_t type;
|
||||
pa_bool_t read_only:1, is_silence:1;
|
||||
|
||||
pa_bool_t read_only:1;
|
||||
pa_bool_t is_silence:1;
|
||||
|
||||
pa_atomic_ptr_t data;
|
||||
size_t length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue