From fb72a9d9fa73bcd0f8c2aa57b00b7e4b2961f121 Mon Sep 17 00:00:00 2001 From: Senjosei Date: Fri, 29 Dec 2017 06:31:18 +1100 Subject: [PATCH] Fixed clang whitespace --- src/citra_qt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index e66b00903..1067c5064 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp @@ -974,7 +974,7 @@ void GMainWindow::OnCoreError(Core::System::ResultStatus result, std::string det } else { // Only show the message if the game is still running. if (emu_thread) { - emu_thread->SetRunning(true); + emu_thread->SetRunning(true); message_label->setText(status_message); message_label->setVisible(true); }