]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.cpp
Whitespace
[lyx.git] / 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;