Skip to content

Commit effcf01

Browse files
committed
happy_linter
1 parent 131b1d7 commit effcf01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

output/common.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,8 @@ int audio_raw_init(struct audio_data *audio, struct audio_raw *audio_raw, struct
297297
}
298298

299299
if (!prm->waveform) {
300-
audio_raw->number_of_bars = (audio_raw->number_of_bars / audio_raw->output_channels) * (*plan)->audio_channels;
300+
audio_raw->number_of_bars =
301+
(audio_raw->number_of_bars / audio_raw->output_channels) * (*plan)->audio_channels;
301302
}
302303

303304
// if the sample rate is unusual high or low, we need to adjust the input buffer size

0 commit comments

Comments
 (0)