Explorar o código

correct clang-format

greggameplayer %!s(int64=7) %!d(string=hai) anos
pai
achega
c14af2f71d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/yuzu/configuration/configure_input.cpp

+ 1 - 1
src/yuzu/configuration/configure_input.cpp

@@ -96,7 +96,7 @@ void ConfigureInput::OnDockedModeChanged(bool last_state, bool new_state) {
     if (ui->use_docked_mode->isChecked() && ui->handheld_connected->isChecked()){
         ui->handheld_connected->setChecked(false);
     }
-    
+
     if (last_state == new_state) {
         return;
     }