]> git.lyx.org Git - features.git/commitdiff
Cosmetics.
authorRichard Heck <rgheck@comcast.net>
Tue, 16 Oct 2007 08:09:15 +0000 (08:09 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 16 Oct 2007 08:09:15 +0000 (08:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20983 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXFunc.cpp

index 22c56d38a0b24034736fdd52abe97a2d1350544d..b3d135fc5a50a55114f2dde8e642de4aa46a8987 100644 (file)
@@ -1694,8 +1694,7 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
                        BOOST_ASSERT(lyx_view_);
                        string action;
                        string const name = split(argument, action, ' ');
-                       InsetCode const inset_code =
-                               insetCode(name);
+                       InsetCode const inset_code = insetCode(name);
 
                        Cursor & cur = view()->cursor();
                        FuncRequest fr(LFUN_INSET_TOGGLE, action);