]> git.lyx.org Git - lyx.git/blobdiff - src/WordList.cpp
Fix # 8414: Use the noweb module instead of literate-* article layouts
[lyx.git] / src / WordList.cpp
index 5dcbc142348622efb76dd09cdadcf876bdf61b9e..96b7c35ea798c91a7a2726a0d28c1f61a82b694e 100644 (file)
@@ -42,7 +42,8 @@ WordList * theWordList(Language const & lang)
 }
 
 
-void WordList::cleanupWordLists() {
+void WordList::cleanupWordLists()
+{
        map<Language, WordList *>::const_iterator it = theGlobalWordList.begin();
        for (; it != theGlobalWordList.end(); ++it)
                delete it->second;