]> git.lyx.org Git - features.git/commitdiff
Cosmetics.
authorRichard Heck <rgheck@comcast.net>
Tue, 16 Oct 2007 08:33:37 +0000 (08:33 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 16 Oct 2007 08:33:37 +0000 (08:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20987 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetCommand.cpp

index 071ca821e947f988af2e4e196bb83e815ffc1693..542d99e28937451485dd8a13aa9462c5c214c074 100644 (file)
@@ -175,8 +175,8 @@ void InsetCommand::replaceContents(std::string const & from, string const & to)
 }
 
 
-InsetCommandMailer::InsetCommandMailer(string const & name,
-                                      InsetCommand & inset)
+InsetCommandMailer::InsetCommandMailer(
+       string const & name, InsetCommand & inset)
        : name_(name), inset_(inset)
 {}
 
@@ -187,9 +187,8 @@ string const InsetCommandMailer::inset2string(Buffer const &) const
 }
 
 
-void InsetCommandMailer::string2params(string const & name,
-                                      string const & in,
-                                      InsetCommandParams & params)
+void InsetCommandMailer::string2params(
+       string const & name, string const & in, InsetCommandParams & params)
 {
        params.clear();
        if (in.empty())