]> git.lyx.org Git - features.git/commitdiff
trivial whitespace
authorAndré Pönitz <poenitz@gmx.net>
Thu, 24 Oct 2002 09:52:26 +0000 (09:52 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 24 Oct 2002 09:52:26 +0000 (09:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5489 a592a061-630c-0410-9148-cb99ea01b6c8

src/MenuBackend.C

index 2148e9bd4b7c12e533044d41a361757111f78d82..4e0f7d4ebd440d6e6f064721459844d0321bb0b2 100644 (file)
@@ -492,7 +492,8 @@ void expandToc(Menu & tomenu, Buffer const * buf)
        toc::TocList::const_iterator end = toc_list.end();
        for (; cit != end; ++cit) {
                // Handle this later
-               if (cit->first == "TOC") continue;
+               if (cit->first == "TOC")
+                       continue;
 
                // All the rest is for floats
                Menu * menu = new Menu;