[LyX/master] Whitespace
Richard Kimberly Heck
rikiheck at lyx.org
Fri Oct 2 16:43:51 UTC 2020
commit 2afc68ede218a927e9bb7c59ba37cc2a574a323e
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date: Fri Oct 2 13:11:28 2020 -0400
Whitespace
---
src/mathed/MathStream.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mathed/MathStream.h b/src/mathed/MathStream.h
index fb229e6..1d7e1de 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();
///
More information about the lyx-cvs
mailing list