From ecc90a9a79f8c3bd11f8887f38ea6de60b9dfbb9 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 26 Jun 2016 14:26:35 +0200 Subject: [PATCH] Fix indentation --- src/ModuleList.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ModuleList.cpp b/src/ModuleList.cpp index 89b2aa9309..51a9427766 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 -- 2.39.2