]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.C
and this
[lyx.git] / src / LColor.C
index e515ed5dc866c043b34c03dc1d6e9d91165a2a5f..1642e4f6c35cd2f270f45792c7c4069997569467 100644 (file)
@@ -223,7 +223,7 @@ bool LColor::setColor(LColor::color col, string const & x11name)
                       << " may not be redefined" << endl;
                return false;
        }
-       
+
        it->second.x11name = x11name;
        return true;
 }
@@ -233,8 +233,8 @@ bool LColor::setColor(string const & lyxname, string const &x11name)
 {
        string const lcname = ascii_lowercase(lyxname);
        if (pimpl_->transform.find(lcname) == pimpl_->transform.end()) {
-               lyxerr[Debug::GUI] 
-                       << "LColor::setColor: Unknown color \"" 
+               lyxerr[Debug::GUI]
+                       << "LColor::setColor: Unknown color \""
                       << lyxname << '"' << endl;
                addColor(static_cast<color>(pimpl_->infotab.size()), lcname);
        }
@@ -267,7 +267,7 @@ LColor::color LColor::getFromLyXName(string const & lyxname) const
 {
        string const lcname = ascii_lowercase(lyxname);
        if (pimpl_->transform.find(lcname) == pimpl_->transform.end()) {
-               lyxerr << "LColor::getFromLyXName: Unknown color \"" 
+               lyxerr << "LColor::getFromLyXName: Unknown color \""
                       << lyxname << '"' << endl;
                return none;
        }