Astyle formatting.

This commit is contained in:
Vesa Pikki 2009-05-24 12:09:37 +03:00
parent 04b23b582c
commit d9c36eada2
1 changed files with 2 additions and 2 deletions

View File

@ -129,9 +129,9 @@ void ApplicationList::MoveFirst(const int index)
void ApplicationList::Copy(ApplicationList &list)
{
Clear();
for (int i=0;i<list.GetApplicationCount();i++)
for (int i = 0;i < list.GetApplicationCount();i++)
{
AddApplicationType(list.GetApplicationName(i),list.GetApplicationPath(i));
AddApplicationType(list.GetApplicationName(i), list.GetApplicationPath(i));
}
}