PackageInfo: Small coding-style cleanup.

This commit is contained in:
Stephan Aßmus 2014-09-06 00:10:09 +02:00
parent 360431e694
commit 7e7ec8f3a9
1 changed files with 1 additions and 1 deletions

View File

@ -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);