1
0
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:
John Maguire 2010-02-15 10:24:20 +00:00
parent e59c4d1a1c
commit 7737154772

View File

@ -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
}
}
}