audio: volume: remove one space in volume code

remove space to align with coding standard.

Signed-off-by: Baofeng Tian <baofeng.tian@intel.com>
This commit is contained in:
Baofeng Tian 2023-09-14 15:51:24 +08:00 committed by Kai Vehmanen
parent 1fc1d28584
commit 1012cea3d6
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ int volume_init(struct processing_module *mod)
md->private = cd;
for (channel = 0; channel < channels_count ; channel++) {
for (channel = 0; channel < channels_count; channel++) {
if (vol->config[0].channel_id == IPC4_ALL_CHANNELS_MASK)
channel_cfg = 0;
else