]> git.lyx.org Git - features.git/blobdiff - src/insets/insetcommand.C
read the Changelog
[features.git] / src / insets / insetcommand.C
index ed02526b3702dc917d26687ba4dfedf25e0b8bd4..b5758e107c3cb8aee24f592f3abe4bed48ee511c 100644 (file)
@@ -23,15 +23,13 @@ using std::endl;
 
 
 InsetCommand::InsetCommand()
-{
-}
+{}
 
 
 InsetCommand::InsetCommand(string const & cmd, string const & arg, 
                           string const & opt)
        : cmdname(cmd), options(opt), contents(arg)
-{
-}
+{}
 
 
 // In lyxf3 this will be just LaTeX
@@ -127,7 +125,8 @@ void InsetCommand::Read(Buffer const *, LyXLex & lex)
 }
 
 
-int InsetCommand::Latex(Buffer const *, ostream & os, bool /*fragile*/, bool/*fs*/) const
+int InsetCommand::Latex(Buffer const *, ostream & os,
+                       bool /*fragile*/, bool/*fs*/) const
 {
        os << getCommand();
        return 0;