Whitespace

This commit is contained in:
Richard Kimberly Heck 2020-10-02 13:11:28 -04:00
parent dd65a97b55
commit 2afc68ede2

View File

@ -346,7 +346,7 @@ class MathExportException : public std::exception {};
class MathStream { class MathStream {
public: public:
/// Builds a stream proxy for os; the MathML namespace is given by xmlns (supposed to be already defined elsewhere in the document). /// 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(); void cr();
/// ///