From 625cea15286f639e7861a22c5354dae258bee3e0 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sun, 21 Dec 2014 19:01:26 -0500 Subject: [PATCH] Whitespace --- src/insets/InsetCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetCommand.cpp b/src/insets/InsetCommand.cpp index b2fbc69000..3cc8f703c7 100644 --- a/src/insets/InsetCommand.cpp +++ b/src/insets/InsetCommand.cpp @@ -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; -- 2.39.2