From 2afc68ede218a927e9bb7c59ba37cc2a574a323e Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Fri, 2 Oct 2020 13:11:28 -0400 Subject: [PATCH] Whitespace --- src/mathed/MathStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); /// -- 2.39.2