]> git.lyx.org Git - lyx.git/blobdiff - src/output_plaintext.cpp
update argument labels for Springer classes
[lyx.git] / src / output_plaintext.cpp
index d58c44a7964f42fdc5e75e5cb75451c1e0aa609c..f0a383df4c02591c6afb0851f0cfc8873d1021ff 100644 (file)
@@ -71,6 +71,7 @@ static pair<int, docstring> addDepth(int depth, int ldepth)
        return make_pair(d, docstring(d, ' '));
 }
 
+
 void writePlaintextParagraph(Buffer const & buf,
                    Paragraph const & par,
                    odocstream & os,