From fca1cf6bf2645457392f48b24db2b0b97fc60c99 Mon Sep 17 00:00:00 2001 From: Andrew Pilley Date: Mon, 19 Feb 2024 15:39:58 +1100 Subject: [PATCH] clang-format. --- src/yuzu/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }