]> git.lyx.org Git - lyx.git/commitdiff
Cosmetics.
authorRichard Heck <rgheck@comcast.net>
Wed, 11 Feb 2009 19:51:56 +0000 (19:51 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 11 Feb 2009 19:51:56 +0000 (19:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28453 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferParams.cpp

index 70f04c1a8a583158294d4e309b190c72397cba47..d907eae1993d6072d9e261a256f5df3c6e40044a 100644 (file)
@@ -1567,11 +1567,11 @@ void BufferParams::addDefaultModules()
 }
 
 
+// Perform a consistency check on the set of modules. We need to make
+// sure that none of the modules exclude each other and that requires
+// are satisfied.
 bool BufferParams::checkModuleConsistency() {
        bool consistent = true;
-       // Perform a consistency check on the set of modules. We need to make
-       // sure that none of the modules exclude each other and that requires
-       // are satisfied.
        LayoutModuleList oldModules = layoutModules_;
        clearLayoutModules();
        LayoutModuleList::const_iterator oit = oldModules.begin();