Fix indentation

This commit is contained in:
Juergen Spitzmueller 2016-06-26 14:26:35 +02:00
parent 3cecd4d393
commit ecc90a9a79

View File

@ -264,10 +264,10 @@ LyXModule * ModuleList::operator[](string const & str)
LyXModuleList::iterator it = modlist_.begin();
for (; it != modlist_.end(); ++it)
if (it->getID() == str) {
LyXModule & mod = *it;
return &mod;
LyXModule & mod = *it;
return &mod;
}
return 0;
return 0;
}
} // namespace lyx