Skip to content

Commit 24b1beb

Browse files
committed
Clang format
1 parent 89f007a commit 24b1beb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/plugins/ProjectManager/ProjectManagerPlg.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ static auto regenerateKits(const std::filesystem::path &directoryPath) -> void {
7575
KitDetector::platformUnix);
7676
}
7777

78-
static auto
79-
getCommandInterpreter(const QString &externalCommand) -> std::tuple<QString, QStringList> {
78+
static auto getCommandInterpreter(const QString &externalCommand)
79+
-> std::tuple<QString, QStringList> {
8080
QString interpreter;
8181
QStringList command;
8282

0 commit comments

Comments
 (0)