]> git.lyx.org Git - lyx.git/blobdiff - src/Color.C
update FSF address
[lyx.git] / src / Color.C
index 2e797540bf7a6f7f7d22aba96e5bbc26ccc9705f..0f4789513daa14cd407810c5ac553de75e61e303 100644 (file)
@@ -38,10 +38,10 @@ int const nohue = -1;
 
 int hexstrToInt(string const & str)
 {
-        int val = 0;
-        istringstream is(str);
-        is >> std::setbase(16) >> val;
-        return val;
+       int val = 0;
+       istringstream is(str);
+       is >> std::setbase(16) >> val;
+       return val;
 }
 
 } // namespace anon