From: Colin Guthrie Date: Mon, 6 Dec 2010 15:45:22 +0000 (+0000) Subject: volume: Trivial cosmetics (remove a space) X-Git-Tag: submit/2.0-panda/20130828.192557~878 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37d456655fd6758143aeec20def695ca16577555;p=profile%2Fivi%2Fpulseaudio-panda.git volume: Trivial cosmetics (remove a space) --- diff --git a/src/pulse/volume.h b/src/pulse/volume.h index 35128b6..91eef74 100644 --- a/src/pulse/volume.h +++ b/src/pulse/volume.h @@ -127,7 +127,7 @@ typedef uint32_t pa_volume_t; /** A structure encapsulating a per-channel volume */ typedef struct pa_cvolume { 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; /** Return non-zero when *a == *b */