]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiDocument.cpp
More cleanup from Andre.
[features.git] / src / frontends / qt4 / GuiDocument.cpp
index 6adc1f52e9a7ce7c5c568410b03b9c4294a6b7f9..163d591f3e168bdd42e4bce81f435617243bec50 100644 (file)
@@ -1230,8 +1230,8 @@ void GuiDocument::classChanged()
 
 
 namespace {
-       //This is an insanely complicated attempt to make this sort of thing
-       //work with RTL languages.
+       // This is an insanely complicated attempt to make this sort of thing
+       // work with RTL languages.
        docstring formatStrVec(vector<string> const & v, docstring const & s) 
        {
                //this mess formats the list as "v[0], v[1], ..., [s] v[n]"