]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.cpp
Show corners of mathed with mouse hover, details see bug 3825
[lyx.git] / src / insets / InsetNewline.cpp
index 38513b3d8b418034fac4b91220cdcb281bfe1865..ee06ef9c7d65880c15fccc450c6c60e60ec156ea 100644 (file)
@@ -63,7 +63,7 @@ int InsetNewline::latex(Buffer const &, odocstream &,
 
 
 int InsetNewline::plaintext(Buffer const &, odocstream & os,
-                            OutputParams const &) const
+                           OutputParams const &) const
 {
        os << '\n';
        return PLAINTEXT_NEWLINE;