Skip to content

Commit

Permalink
audio: volume: remove one space in volume code
Browse files Browse the repository at this point in the history
remove space to align with coding standard.

Signed-off-by: Baofeng Tian <[email protected]>
  • Loading branch information
btian1 committed Sep 14, 2023
1 parent f27085f commit f9846d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/volume/volume_ipc4.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,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
Expand Down

0 comments on commit f9846d9

Please sign in to comment.