]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 2 Oct 2020 17:11:28 +0000 (13:11 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 2 Oct 2020 17:11:28 +0000 (13:11 -0400)
src/mathed/MathStream.h

index fb229e66cccbf6e2ee605f7d25bb6b4e1c9ce292..1d7e1de42423b4dc81475ce19a8270284d5a9738 100644 (file)
@@ -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();
        ///