mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-03 12:47:31 +01:00
Fix issues reported by clang-format
This commit is contained in:
parent
397145d21f
commit
a7ad66d028
@ -345,8 +345,8 @@ QString GetConfigPath(ConfigPath config) {
|
||||
return mac::GetApplicationSupportPath() + "/" +
|
||||
QCoreApplication::organizationName();
|
||||
#else
|
||||
return QString("%1/%2")
|
||||
.arg(QStandardPaths::writableLocation(QStandardPaths::ConfigLocation),
|
||||
return QString("%1/%2").arg(
|
||||
QStandardPaths::writableLocation(QStandardPaths::ConfigLocation),
|
||||
QCoreApplication::organizationName());
|
||||
#endif
|
||||
} break;
|
||||
@ -356,8 +356,8 @@ QString GetConfigPath(ConfigPath config) {
|
||||
return GetConfigPath(Path_Root) + "/cache";
|
||||
}
|
||||
#if defined(Q_OS_UNIX) && !defined(Q_OS_DARWIN)
|
||||
return QString("%1/%2")
|
||||
.arg(QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation),
|
||||
return QString("%1/%2").arg(QStandardPaths::writableLocation(
|
||||
QStandardPaths::GenericCacheLocation),
|
||||
QCoreApplication::organizationName());
|
||||
#else
|
||||
return GetConfigPath(Path_Root);
|
||||
|
Loading…
x
Reference in New Issue
Block a user