]> git.lyx.org Git - lyx.git/commitdiff
revert accidental commit
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 1 May 2018 19:47:41 +0000 (21:47 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 1 May 2018 19:47:41 +0000 (21:47 +0200)
src/insets/InsetListings.cpp

index 94abf69b26a6fd266c258f6a072ddaecfa5bd455..c403ab82b7a9d371d69a4b6ded04af150530ee48 100644 (file)
@@ -335,7 +335,7 @@ void InsetListings::latex(otexstream & os, OutputParams const & runparams) const
                        }
                        os << from_utf8(param_string) << "]\n";
                }
-               os << code  << "\\end{lstlisting}\n";
+               os << code << breakln << "\\end{lstlisting}\n";
        }
 
        if (encoding_switched){