diff options
| author | 2018-11-30 03:31:56 -0500 | |
|---|---|---|
| committer | 2018-11-30 03:31:56 -0500 | |
| commit | 4b950728fd0a8ca1d970ed697421d77d84296e82 (patch) | |
| tree | 64f7a7d6a170ca67ae3e777e5b7394867d0f00a8 | |
| parent | Merge pull request #1768 from greggameplayer/patch-2 (diff) | |
| download | yuzu-4b950728fd0a8ca1d970ed697421d77d84296e82.tar.gz yuzu-4b950728fd0a8ca1d970ed697421d77d84296e82.tar.xz yuzu-4b950728fd0a8ca1d970ed697421d77d84296e82.zip | |
configure_input: Amend clang-format discrepancies
| -rw-r--r-- | src/yuzu/configuration/configure_input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_input.cpp b/src/yuzu/configuration/configure_input.cpp index e25597b7f..0527d098c 100644 --- a/src/yuzu/configuration/configure_input.cpp +++ b/src/yuzu/configuration/configure_input.cpp | |||
| @@ -89,7 +89,7 @@ ConfigureInput::ConfigureInput(QWidget* parent) | |||
| 89 | } | 89 | } |
| 90 | 90 | ||
| 91 | void ConfigureInput::OnDockedModeChanged(bool last_state, bool new_state) { | 91 | void ConfigureInput::OnDockedModeChanged(bool last_state, bool new_state) { |
| 92 | if (ui->use_docked_mode->isChecked() && ui->handheld_connected->isChecked()){ | 92 | if (ui->use_docked_mode->isChecked() && ui->handheld_connected->isChecked()) { |
| 93 | ui->handheld_connected->setChecked(false); | 93 | ui->handheld_connected->setChecked(false); |
| 94 | } | 94 | } |
| 95 | 95 | ||