clang-format issues were found. See CONTRIBUTING.md for more information.
diff --git a/qrenderdoc/Windows/Dialogs/CaptureDialog.cpp b/qrenderdoc/Windows/Dialogs/CaptureDialog.cpp
index e88d273..7ee46f3 100644
--- a/qrenderdoc/Windows/Dialogs/CaptureDialog.cpp
+++ b/qrenderdoc/Windows/Dialogs/CaptureDialog.cpp
@@ -287,7 +287,7 @@ void CaptureDialog::on_APIValidation_toggled(const bool checked)
if(!checked)
{
- ui->DebugOutputMute->setChecked(true); // mute debug if API validation is disabled
+ ui->DebugOutputMute->setChecked(true); // mute debug if API validation is disabled
}
}