From 107e7427d6cf500d3938c98038f1426073b1d297 Mon Sep 17 00:00:00 2001 From: Yixue Wang Date: Thu, 4 Jan 2024 14:17:35 +0800 Subject: [PATCH] chore: correct indentation Correct indentation to 4 spaces. Log: correct indentation --- frame/controller/quicksettingcontroller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frame/controller/quicksettingcontroller.cpp b/frame/controller/quicksettingcontroller.cpp index 2db69d83e..62961d74e 100644 --- a/frame/controller/quicksettingcontroller.cpp +++ b/frame/controller/quicksettingcontroller.cpp @@ -36,9 +36,9 @@ bool QuickSettingController::eventFilter(QObject *watched, QEvent *event) void QuickSettingController::startLoader() { #ifdef QT_DEBUG - AbstractPluginsController::startLoader(new PluginLoader(QString("%1/..%2").arg(qApp->applicationDirPath()).arg("/plugins/loader"), this)); + AbstractPluginsController::startLoader(new PluginLoader(QString("%1/..%2").arg(qApp->applicationDirPath()).arg("/plugins/loader"), this)); #else - AbstractPluginsController::startLoader(new PluginLoader("/usr/lib/dde-dock/plugins/loader", this)); + AbstractPluginsController::startLoader(new PluginLoader("/usr/lib/dde-dock/plugins/loader", this)); #endif }