]> www.ginac.de Git - ginac.git/blobdiff - check/expand_subs.cpp
- introduced info_flags::cinteger, info_flags::crational,
[ginac.git] / check / expand_subs.cpp
index 4d78708b1573648c822c33b66b24204a13a9f8b9..109978faa3761f77bd13674d4bf1675fc824eec0 100644 (file)
@@ -86,11 +86,11 @@ unsigned expand_subs(void)
 
     cout << "checking commutative expansion and substitution..." << flush;
     clog << "---------commutative expansion and substitution:" << endl;
-
+    
     result += expand_subs1();
     result += expand_subs2();
-
-    if (! result) {
+    
+    if (!result) {
         cout << " passed ";
         clog << "(no output)" << endl;
     } else {