mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 12:30:15 +00:00
General: Newline in configure_audio.cpp
This commit is contained in:
parent
96cba3e719
commit
15738fbcc1
@ -32,7 +32,6 @@ ConfigureAudio::ConfigureAudio(QWidget* parent) :
|
|||||||
ConfigureAudio::~ConfigureAudio() {
|
ConfigureAudio::~ConfigureAudio() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void ConfigureAudio::setConfiguration() {
|
void ConfigureAudio::setConfiguration() {
|
||||||
int new_sink_index = 0;
|
int new_sink_index = 0;
|
||||||
for (int index = 0; index < ui->output_sink_combo_box->count(); index++) {
|
for (int index = 0; index < ui->output_sink_combo_box->count(); index++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user