]> git.lyx.org Git - lyx.git/commitdiff
Whitespace
authorScott Kostyshak <skostysh@lyx.org>
Mon, 22 Dec 2014 00:01:26 +0000 (19:01 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Mon, 22 Dec 2014 00:01:52 +0000 (19:01 -0500)
src/insets/InsetCommand.cpp

index b2fbc690000652cf4e6bcd594beb9414565edd7b..3cc8f703c7b29d36f1b033f0f768bb8b626f4517 100644 (file)
@@ -197,7 +197,7 @@ bool InsetCommand::getStatus(Cursor & cur, FuncRequest const & cmd,
                        string const newtype = cmd.getArg(1);
                        status.setEnabled(p_.isCompatibleCommand(p_.code(), newtype));
                        status.setOnOff(newtype == p_.getCmdName());
-               } 
+               }
                status.setEnabled(true);
                return true;