Astyle formatting.
This commit is contained in:
parent
04b23b582c
commit
d9c36eada2
|
@ -129,9 +129,9 @@ void ApplicationList::MoveFirst(const int index)
|
||||||
void ApplicationList::Copy(ApplicationList &list)
|
void ApplicationList::Copy(ApplicationList &list)
|
||||||
{
|
{
|
||||||
Clear();
|
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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue