]> git.sesse.net Git - nageru/blobdiff - nageru/benchmark_audio_mixer.cpp
Various indent fixes.
[nageru] / nageru / benchmark_audio_mixer.cpp
index 935295b3bee3ac8996e3122ac0387345f8654738..9eefc73ed4e2ca31220f5a8737688e4774c944f9 100644 (file)
@@ -51,9 +51,9 @@ void reset_lcgrand()
 
 void callback(float level_lufs, float peak_db,
               std::vector<AudioMixer::BusLevel> bus_levels,
-             float global_level_lufs, float range_low_lufs, float range_high_lufs,
-             float final_makeup_gain_db,
-             float correlation)
+              float global_level_lufs, float range_low_lufs, float range_high_lufs,
+              float final_makeup_gain_db,
+              float correlation)
 {
        // Empty.
 }