Skip to content

Commit

Permalink
chore: correct indentation
Browse files Browse the repository at this point in the history
Correct indentation to 4 spaces.

Log: correct indentation
  • Loading branch information
asterwyx committed Jan 4, 2024
1 parent 79efd51 commit 107e742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frame/controller/quicksettingcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 107e742

Please sign in to comment.