diff --git a/src/apps/haikudepot/PackageInfo.cpp b/src/apps/haikudepot/PackageInfo.cpp index 5c8eade63a..4277bc06bc 100644 --- a/src/apps/haikudepot/PackageInfo.cpp +++ b/src/apps/haikudepot/PackageInfo.cpp @@ -1011,7 +1011,7 @@ PackageInfo::_NotifyListeners(uint32 changes) // to screw up the list while iterating it. PackageListenerList listeners(fListeners); // Check if it worked: - if (listeners.CountItems () != count) + if (listeners.CountItems() != count) return; PackageInfoEvent event(PackageInfoRef(this), changes);