commit ecc90a9a79f8c3bd11f8887f38ea6de60b9dfbb9
Author: Juergen Spitzmueller <[email protected]>
Date: Sun Jun 26 14:26:35 2016 +0200
Fix indentation
---
src/ModuleList.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/ModuleList.cpp b/src/ModuleList.cpp
index 89b2aa9..51a9427 100644
--- a/src/ModuleList.cpp
+++ b/src/ModuleList.cpp
@@ -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