From a756299c505a18efb70684ec4e39e6ef30ba1f5f Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 1 May 2018 21:47:41 +0200 Subject: [PATCH] revert accidental commit --- src/insets/InsetListings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetListings.cpp b/src/insets/InsetListings.cpp index 94abf69b26..c403ab82b7 100644 --- a/src/insets/InsetListings.cpp +++ b/src/insets/InsetListings.cpp @@ -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){ -- 2.39.5