]> www.ginac.de Git - ginac.git/blobdiff - check/main.cpp
- some indentation fixes
[ginac.git] / check / main.cpp
index 200c96d6219e5fcff2ad6d9955b6824c702f6413..cf363983f2863802cb917d3e907552336bbde0c8 100644 (file)
@@ -1,7 +1,8 @@
 /** @file main.cpp
  *
- *  Main program that calls all individual tests.
- *
+ *  Main program that calls all individual tests. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -45,7 +46,7 @@ int main()
         }
     } catch (exception const & e) {
         cout << "error: caught an exception: " << e.what() << endl;
-               result++;
+        result++;
     }
     
     if (result) {