]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 28 Jan 2017 12:00:33 +0000 (13:00 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 28 Jan 2017 12:00:33 +0000 (13:00 +0100)
src/insets/InsetCommandParams.cpp
src/insets/InsetRef.cpp

index 931e1bb09376111ee656618b3956beffb678d170..79e3bd795b826f939a9a114af25da8dc42b96546 100644 (file)
@@ -437,7 +437,7 @@ docstring InsetCommandParams::prepareCommand(OutputParams const & runparams,
                                        from_utf8(insetType()), command_latexed.second));
                }
                break;
-       } 
+       }
        case ParamInfo::HANDLING_ESCAPE:
                result = escape(command);
                break;
index 32b80589d11e59a46cac544efe58929628931e48..98fb84648a94659222de7c692524ea239e8d0f47 100644 (file)
@@ -152,7 +152,7 @@ docstring InsetRef::getEscapedLabel(OutputParams const & rp) const
        InsetCommandParams const & p = params();
        ParamInfo const & pi = p.info();
        ParamInfo::ParamData const & pd = pi["reference"];
-       return p.prepareCommand(rp, getParam("reference"), pd.handling());              
+       return p.prepareCommand(rp, getParam("reference"), pd.handling());
 }