From: Richard Kimberly Heck Date: Fri, 2 Oct 2020 17:11:28 +0000 (-0400) Subject: Whitespace X-Git-Tag: lyx-2.4.0dev-acb2ca7b~138 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2afc68ede218a927e9bb7c59ba37cc2a574a323e;p=features.git Whitespace --- diff --git a/src/mathed/MathStream.h b/src/mathed/MathStream.h index fb229e66cc..1d7e1de424 100644 --- a/src/mathed/MathStream.h +++ b/src/mathed/MathStream.h @@ -346,7 +346,7 @@ class MathExportException : public std::exception {}; class MathStream { public: /// Builds a stream proxy for os; the MathML namespace is given by xmlns (supposed to be already defined elsewhere in the document). - explicit MathStream(odocstream & os, std::string const & xmlns="", bool xmlMode=false); + explicit MathStream(odocstream & os, std::string const & xmlns = "", bool xmlMode = false); /// void cr(); ///