clang-format correction
This commit is contained in:
parent
b7a995d223
commit
444f1e2e69
@ -213,8 +213,8 @@ SongLoader::Result SongLoader::LoadLocal(const QString& filename) {
|
|||||||
SongLoader::Result SongLoader::LoadLocalAsync(const QString& filename) {
|
SongLoader::Result SongLoader::LoadLocalAsync(const QString& filename) {
|
||||||
// First check to see if it's a directory - if so we will load all the songs
|
// First check to see if it's a directory - if so we will load all the songs
|
||||||
// inside right away.
|
// inside right away.
|
||||||
QFileInfo info = QFileInfo(filename);
|
QFileInfo info = QFileInfo(filename);
|
||||||
if (info.isDir()) {
|
if (info.isDir()) {
|
||||||
LoadLocalDirectory(filename);
|
LoadLocalDirectory(filename);
|
||||||
return Success;
|
return Success;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user