commit 625cea15286f639e7861a22c5354dae258bee3e0
Author: Scott Kostyshak <[email protected]>
Date:   Sun Dec 21 19:01:26 2014 -0500

    Whitespace

diff --git a/src/insets/InsetCommand.cpp b/src/insets/InsetCommand.cpp
index b2fbc69..3cc8f70 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;
        

Reply via email to