]> www.ginac.de Git - ginac.git/blobdiff - ginac/expairseq.cpp
- cint/*: Revamped the launch-scheme for ginaccint.bin. It must be done
[ginac.git] / ginac / expairseq.cpp
index e1b4852ce2acc0f9bcc4c3c01cf9671cd367b03c..bdfc2ff73f97f814bb4b1e87422a60f9645c67e5 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;
     }
@@ -552,7 +552,7 @@ ex expairseq::expand(unsigned options) const
 
 // protected
 
-ex expairseq::thisexpairseq(const epvector & v,const ex & oc) const
+ex expairseq::thisexpairseq(const epvector & v, const ex & oc) const
 {
     return expairseq(v,oc);
 }