mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
volume: Trivial cosmetics (remove a space)
This commit is contained in:
parent
1e8b60e3a7
commit
37d456655f
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ typedef uint32_t pa_volume_t;
|
||||||
/** A structure encapsulating a per-channel volume */
|
/** A structure encapsulating a per-channel volume */
|
||||||
typedef struct pa_cvolume {
|
typedef struct pa_cvolume {
|
||||||
uint8_t channels; /**< Number of channels */
|
uint8_t channels; /**< Number of channels */
|
||||||
pa_volume_t values[PA_CHANNELS_MAX]; /**< Per-channel volume */
|
pa_volume_t values[PA_CHANNELS_MAX]; /**< Per-channel volume */
|
||||||
} pa_cvolume;
|
} pa_cvolume;
|
||||||
|
|
||||||
/** Return non-zero when *a == *b */
|
/** Return non-zero when *a == *b */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue