diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 671cac7830..6beb1c8039 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -4298,9 +4298,9 @@ void GMainWindow::OnInstallDecryptionKeys() { return; } - const QString key_source_location = - QFileDialog::getOpenFileName(this, tr("Select Dumped Keys Location"), {}, - QStringLiteral("prod.keys (prod.keys)"), {}, QFileDialog::ReadOnly); + const QString key_source_location = QFileDialog::getOpenFileName( + this, tr("Select Dumped Keys Location"), {}, QStringLiteral("prod.keys (prod.keys)"), {}, + QFileDialog::ReadOnly); if (key_source_location.isEmpty()) { return; }