]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCommandParams.cpp
Whitespace cleanup
[features.git] / src / insets / InsetCommandParams.cpp
index 8b6b82741286862e791a1349b9b954717727d598..7c0807793c2dc0c55e86ee6be61a61b7fae77153 100644 (file)
@@ -364,7 +364,7 @@ std::string const InsetCommandParams::getOptions() const
                if (info_->optional[i])
                        return to_utf8(params_[i]);
        lyxerr << "Programming error: get nonexisting option in "
-              << name_ << " inset." << endl;; 
+              << name_ << " inset." << endl;;
        return string();
 }
 
@@ -381,7 +381,7 @@ std::string const InsetCommandParams::getSecOptions() const
                }
        // Happens in InsetCitation
        lyxerr << "Programming error: get nonexisting second option in "
-              << name_ << " inset." << endl;; 
+              << name_ << " inset." << endl;;
        return string();
 }
 
@@ -404,7 +404,7 @@ void InsetCommandParams::setOptions(std::string const & o)
                        return;
                }
        lyxerr << "Programming error: set nonexisting option in "
-              << name_ << " inset." << endl;; 
+              << name_ << " inset." << endl;;
 }
 
 
@@ -422,7 +422,7 @@ void InsetCommandParams::setSecOptions(std::string const & s)
                }
        // Happens in InsetCitation
        lyxerr << "Programming error: set nonexisting second option in "
-              << name_ << " inset." << endl;; 
+              << name_ << " inset." << endl;;
 }