HaikuDepot: Indentation style fix
This commit is contained in:
@@ -209,7 +209,7 @@ private:
|
||||
void _SetDownloadedPackagesState(PackageState state)
|
||||
{
|
||||
for (PackageInfoSet::iterator it = fDownloadedPackages.begin();
|
||||
it != fDownloadedPackages.end(); ++it) {
|
||||
it != fDownloadedPackages.end(); ++it) {
|
||||
(*it)->SetState(state);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user