]> www.ginac.de Git - ginac.git/blobdiff - ginac/mul.cpp
- ++version_major.
[ginac.git] / ginac / mul.cpp
index a4bb802ec9475c6b8f87ac4becbeaaf22b13cea5..cb6794323b8cb96911b40e3dc14d2b125d3edd6e 100644 (file)
@@ -144,7 +144,7 @@ void mul::print(const print_context & c, unsigned level) const
                        overall_coeff.bp->print(c, precedence());
                        c.s << "*";
                }
-       
+
                // Print arguments, separated by "*" or "/"
                epvector::const_iterator it = seq.begin(), itend = seq.end();
                while (it != itend) {