Kaydet (Commit) d7ebca51 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix indentation

Change-Id: Iaec745dc1c8eb0614cc2fe1d70a94a00d18cc934
üst 2f205ee7
......@@ -357,8 +357,8 @@ bool ImplImageTree::find(
if (!m_cacheIcons) {
for (Paths::iterator i(m_paths.begin()); i != m_paths.end(); ++i) {
for (std::vector< OUString >::const_reverse_iterator j(
paths.rbegin());
j != paths.rend(); ++j)
paths.rbegin());
j != paths.rend(); ++j)
{
osl::File file(i->first + "/" + *j);
if (file.open(osl_File_OpenFlag_Read) == ::osl::FileBase::E_None) {
......@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment