formatting

This commit is contained in:
2024-11-21 11:09:38 +01:00
parent d9e8e1c1c2
commit b79759bcff
3 changed files with 12 additions and 7 deletions

View File

@ -2840,7 +2840,7 @@ void *start_timer(void *arg) {
srand(time(0));
for (int i = 0; i != 3; ++i) {
int r = rand() % 3;
if (r == 2)
if (r == 2)
r = 3;
randomGainValues[i] = r;
}