]> www.ginac.de Git - ginac.git/blobdiff - ginac/expairseq.cpp
- The status_flags::expanded is now used on some occasions.
[ginac.git] / ginac / expairseq.cpp
index e1b4852ce2acc0f9bcc4c3c01cf9671cd367b03c..5c72362bce96023a01733fec851c61e484bfabf0 100644 (file)
@@ -539,7 +539,7 @@ unsigned expairseq::calchash(void) const
 
 ex expairseq::expand(unsigned options) const
 {
-    epvector * vp=expandchildren(options);
+    epvector * vp = expandchildren(options);
     if (vp==0) {
         return *this;
     }