PackageInfo: Small coding-style cleanup.
This commit is contained in:
@@ -1011,7 +1011,7 @@ PackageInfo::_NotifyListeners(uint32 changes)
|
|||||||
// to screw up the list while iterating it.
|
// to screw up the list while iterating it.
|
||||||
PackageListenerList listeners(fListeners);
|
PackageListenerList listeners(fListeners);
|
||||||
// Check if it worked:
|
// Check if it worked:
|
||||||
if (listeners.CountItems () != count)
|
if (listeners.CountItems() != count)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
PackageInfoEvent event(PackageInfoRef(this), changes);
|
PackageInfoEvent event(PackageInfoRef(this), changes);
|
||||||
|
|||||||
Reference in New Issue
Block a user