Skip to content
Snippets Groups Projects
Commit 3929afd6 authored by acfloria's avatar acfloria Committed by Lorenz Meier
Browse files

Fix format in test_mixer.cpp

parent 5f165e8b
No related branches found
No related tags found
No related merge requests found
......@@ -591,6 +591,7 @@ static int
mixer_callback(uintptr_t handle, uint8_t control_group, uint8_t control_index, float &control)
{
control = 0.0f;
if (control_group != 0) {
return -1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment