mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix indentation
This commit is contained in:
parent
3cecd4d393
commit
ecc90a9a79
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user