Fix indentation
Change-Id: Iaec745dc1c8eb0614cc2fe1d70a94a00d18cc934
This commit is contained in:
@@ -389,8 +389,7 @@ bool ImplImageTree::find(
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (std::vector< OUString >::const_reverse_iterator j(
|
for (std::vector< OUString >::const_reverse_iterator j(paths.rbegin());
|
||||||
paths.rbegin());
|
|
||||||
j != paths.rend(); ++j)
|
j != paths.rend(); ++j)
|
||||||
{
|
{
|
||||||
if (i->second->hasByName(*j)) {
|
if (i->second->hasByName(*j)) {
|
||||||
|
Reference in New Issue
Block a user