mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-15 18:58:55 +01:00
actually fix whitespace
This commit is contained in:
parent
e59c4d1a1c
commit
7737154772
@ -46,12 +46,12 @@ void LibraryWatcher::AddDirectories(const DirectoryList& directories) {
|
||||
QString subdir(it.next());
|
||||
fs_watcher_->addPath(subdir);
|
||||
paths_watched_[subdir] = dir;
|
||||
#ifdef Q_OS_DARWIN
|
||||
if (++total_watches_ > kMaxWatches) {
|
||||
qWarning() << "Trying to watch more files than we can manage";
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
#ifdef Q_OS_DARWIN
|
||||
if (++total_watches_ > kMaxWatches) {
|
||||
qWarning() << "Trying to watch more files than we can manage";
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user