clang-format

This commit is contained in:
lat9nq
2020-07-18 13:25:07 -04:00
parent 0d462f5608
commit 55ac28769a
5 changed files with 32 additions and 38 deletions

View File

@ -118,9 +118,9 @@ void ConfigureAudio::ApplyConfiguration() {
ui->volume_slider->maximum());
}
} else {
ConfigurationShared::ApplyPerGameSetting(
&Settings::values.enable_audio_stretching, ui->toggle_audio_stretching,
trackers.enable_audio_stretching);
ConfigurationShared::ApplyPerGameSetting(&Settings::values.enable_audio_stretching,
ui->toggle_audio_stretching,
trackers.enable_audio_stretching);
if (ui->volume_combo_box->currentIndex() == 0) {
Settings::values.volume.SetGlobal(true);
} else {