style: format with clang-format

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2024-09-30 16:32:35 -04:00
parent 988ef32019
commit 38fa2e0cd4
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86
2 changed files with 1 additions and 2 deletions

View File

@ -1026,7 +1026,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
// notify user if /tmp is mounted with `noexec` (#1693)
QString jvmArgs = m_settings->get("JvmArgs").toString();
if(jvmArgs.indexOf("java.io.tmpdir") == -1) { /* java.io.tmpdir is a valid workaround, so don't annoy */
if (jvmArgs.indexOf("java.io.tmpdir") == -1) { /* java.io.tmpdir is a valid workaround, so don't annoy */
bool is_tmp_noexec = false;
#if defined(Q_OS_LINUX)

View File

@ -235,7 +235,6 @@ MainWindow::MainWindow(QWidget* parent) : QMainWindow(parent), ui(new Ui::MainWi
}
ui->actionViewJavaFolder->setEnabled(BuildConfig.JAVA_DOWNLOADER_ENABLED);
}
// add the toolbar toggles to the view menu