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