Skip to content

Commit 82c3901

Browse files
nephrosnephros
authored andcommitted
Hotcache: Missing braces
1 parent 9cb1321 commit 82c3901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/patchmanager-daemon/patchmanagerobject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3059,7 +3059,7 @@ void PatchManagerFilter::setup()
30593059

30603060
// use a cost of 1 here so they have less chance to be evicted
30613061
foreach(const QString &entry, etcList) {
3062-
if (QFileInfo::exists(entry))
3062+
if (QFileInfo::exists(entry)) {
30633063
insert(entry, new QObject(), HOTCACHE_COST_STRONG);
30643064
}
30653065
}

0 commit comments

Comments
 (0)