Whitespace

This commit is contained in:
Scott Kostyshak 2014-12-21 19:01:26 -05:00
parent ed3b3afbe9
commit 625cea1528

View 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;