]> git.lyx.org Git - lyx.git/blobdiff - src/Author.cpp
Fix bug 9798.
[lyx.git] / src / Author.cpp
index 03025a38aa9910f8695039fa6b3d56a497f31c4f..3d03fe71131ada993ade5301978261f1acbfa772 100644 (file)
@@ -184,7 +184,7 @@ ostream & operator<<(ostream & os, AuthorList const & a)
 
        for (; a_it != a_end; ++a_it) {
                if (a_it->used() && a_it->valid())
-                       os << "\\author " << *a_it << "\n";     
+                       os << "\\author " << *a_it << "\n";
        }
        return os;
 }