[PPL-devel] [GIT] ppl/ppl(master): Bad spacing fixed.

Roberto Bagnara bagnara at cs.unipr.it
Sat May 2 19:41:59 CEST 2009


Module: ppl/ppl
Branch: master
Commit: 9a0d5faafbb0019e0012eeb3cbb311a1ff8765f2
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=9a0d5faafbb0019e0012eeb3cbb311a1ff8765f2

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sat May  2 19:41:44 2009 +0200

Bad spacing fixed.

---

 tests/Grid/asciidumpload1.cc         |   40 +++++++++++++++++-----------------
 tests/Grid/asciidumpload2.cc         |    6 ++--
 tests/Grid/asciidumpload4.cc         |    8 +++---
 tests/Grid/asciidumpload5.cc         |    6 ++--
 tests/Grid/asciidumpload6.cc         |    8 +++---
 tests/Polyhedron/ascii_dump_load1.cc |    6 ++--
 tests/Polyhedron/ascii_dump_load3.cc |   10 ++++----
 7 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/tests/Grid/asciidumpload1.cc b/tests/Grid/asciidumpload1.cc
index ab7da3c..3e687cb 100644
--- a/tests/Grid/asciidumpload1.cc
+++ b/tests/Grid/asciidumpload1.cc
@@ -188,7 +188,7 @@ test06() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -205,7 +205,7 @@ test07() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -223,7 +223,7 @@ test08() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -242,7 +242,7 @@ test09() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -261,7 +261,7 @@ test10() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -280,7 +280,7 @@ test11() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -300,7 +300,7 @@ test12() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -323,7 +323,7 @@ test13() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -346,7 +346,7 @@ test14() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -369,7 +369,7 @@ test15() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -393,7 +393,7 @@ test16() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -419,7 +419,7 @@ test17() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -446,7 +446,7 @@ test18() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -473,7 +473,7 @@ test19() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -500,7 +500,7 @@ test20() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -519,7 +519,7 @@ test21() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -538,7 +538,7 @@ test22() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -557,7 +557,7 @@ test23() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -576,7 +576,7 @@ test24() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
@@ -595,7 +595,7 @@ test25() {
 
   open(f, my_file, ios_base::in);
   Grid gr;
-  bool ok =! gr.ascii_load(f);
+  bool ok = !gr.ascii_load(f);
   close(f);
 
   return ok;
diff --git a/tests/Grid/asciidumpload2.cc b/tests/Grid/asciidumpload2.cc
index 2d73426..22d675f 100644
--- a/tests/Grid/asciidumpload2.cc
+++ b/tests/Grid/asciidumpload2.cc
@@ -332,7 +332,7 @@ test10() {
 
   open(f, my_file, ios_base::in);
   Grid gr2;
-  bool ok =! gr2.ascii_load(f);
+  bool ok = !gr2.ascii_load(f);
   close(f);
 
   return ok;
@@ -349,7 +349,7 @@ test11() {
 
   open(f, my_file, ios_base::in);
   Grid gr2;
-  bool ok =! gr2.ascii_load(f);
+  bool ok = !gr2.ascii_load(f);
   close(f);
 
   return ok;
@@ -366,7 +366,7 @@ test12() {
 
   open(f, my_file, ios_base::in);
   Grid gr2;
-  bool ok =! gr2.ascii_load(f);
+  bool ok = !gr2.ascii_load(f);
   close(f);
 
   return ok;
diff --git a/tests/Grid/asciidumpload4.cc b/tests/Grid/asciidumpload4.cc
index 9f08ceb..a537b1d 100644
--- a/tests/Grid/asciidumpload4.cc
+++ b/tests/Grid/asciidumpload4.cc
@@ -72,7 +72,7 @@ test02() {
 
   open(f, my_file, ios_base::in);
   Congruence_System cgs(0*A %= 0);
-  bool ok =! cgs.ascii_load(f);
+  bool ok = !cgs.ascii_load(f);
   close(f);
 
   return ok;
@@ -90,7 +90,7 @@ test03() {
 
   open(f, my_file, ios_base::in);
   Congruence_System cgs(0*A %= 0);
-  bool ok =! cgs.ascii_load(f);
+  bool ok = !cgs.ascii_load(f);
   close(f);
 
   return ok;
@@ -108,7 +108,7 @@ test04() {
 
   open(f, my_file, ios_base::in);
   Congruence_System cgs(0*A %= 0);
-  bool ok =! cgs.ascii_load(f);
+  bool ok = !cgs.ascii_load(f);
   close(f);
 
   return ok;
@@ -127,7 +127,7 @@ test05() {
 
   open(f, my_file, ios_base::in);
   Congruence_System cgs(0*A %= 0);
-  bool ok =! cgs.ascii_load(f);
+  bool ok = !cgs.ascii_load(f);
   close(f);
 
   return ok;
diff --git a/tests/Grid/asciidumpload5.cc b/tests/Grid/asciidumpload5.cc
index 300241d..6433e05 100644
--- a/tests/Grid/asciidumpload5.cc
+++ b/tests/Grid/asciidumpload5.cc
@@ -72,7 +72,7 @@ test02() {
 
   open(f, my_file, ios_base::in);
   Grid_Generator g(grid_point(0*A));
-  bool ok =! g.ascii_load(f);
+  bool ok = !g.ascii_load(f);
   close(f);
 
   return ok;
@@ -91,7 +91,7 @@ test03() {
 
   open(f, my_file, ios_base::in);
   Grid_Generator g(grid_point(0*A));
-  bool ok =! g.ascii_load(f);
+  bool ok = !g.ascii_load(f);
   close(f);
 
   return ok;
@@ -110,7 +110,7 @@ test04() {
 
   open(f, my_file, ios_base::in);
   Grid_Generator g(grid_point(0*A));
-  bool ok =! g.ascii_load(f);
+  bool ok = !g.ascii_load(f);
   close(f);
 
   return ok;
diff --git a/tests/Grid/asciidumpload6.cc b/tests/Grid/asciidumpload6.cc
index 22e581e..4932982 100644
--- a/tests/Grid/asciidumpload6.cc
+++ b/tests/Grid/asciidumpload6.cc
@@ -72,7 +72,7 @@ test02() {
 
   open(f, my_file, ios_base::in);
   Grid_Generator_System gs(grid_point(0*A));
-  bool ok =! gs.ascii_load(f);
+  bool ok = !gs.ascii_load(f);
   close(f);
 
   return ok;
@@ -90,7 +90,7 @@ test03() {
 
   open(f, my_file, ios_base::in);
   Grid_Generator_System gs(grid_point(0*A));
-  bool ok =! gs.ascii_load(f);
+  bool ok = !gs.ascii_load(f);
   close(f);
 
   return ok;
@@ -108,7 +108,7 @@ test04() {
 
   open(f, my_file, ios_base::in);
   Grid_Generator_System gs(grid_point(0*A));
-  bool ok =! gs.ascii_load(f);
+  bool ok = !gs.ascii_load(f);
   close(f);
 
   return ok;
@@ -127,7 +127,7 @@ test05() {
 
   open(f, my_file, ios_base::in);
   Grid_Generator_System gs(grid_point(0*A));
-  bool ok =! gs.ascii_load(f);
+  bool ok = !gs.ascii_load(f);
   close(f);
 
   return ok;
diff --git a/tests/Polyhedron/ascii_dump_load1.cc b/tests/Polyhedron/ascii_dump_load1.cc
index c98955d..07410f4 100644
--- a/tests/Polyhedron/ascii_dump_load1.cc
+++ b/tests/Polyhedron/ascii_dump_load1.cc
@@ -518,7 +518,7 @@ test17() {
 
   open(f, my_file, ios_base::in);
   C_Polyhedron ph2;
-  bool ok =! ph2.ascii_load(f);
+  bool ok = !ph2.ascii_load(f);
   close(f);
 
   return ok;
@@ -535,7 +535,7 @@ test18() {
 
   open(f, my_file, ios_base::in);
   C_Polyhedron ph2;
-  bool ok =! ph2.ascii_load(f);
+  bool ok = !ph2.ascii_load(f);
   close(f);
 
   return ok;
@@ -552,7 +552,7 @@ test19() {
 
   open(f, my_file, ios_base::in);
   C_Polyhedron ph2;
-  bool ok =! ph2.ascii_load(f);
+  bool ok = !ph2.ascii_load(f);
   close(f);
 
   return ok;
diff --git a/tests/Polyhedron/ascii_dump_load3.cc b/tests/Polyhedron/ascii_dump_load3.cc
index c907a65..92f10eb 100644
--- a/tests/Polyhedron/ascii_dump_load3.cc
+++ b/tests/Polyhedron/ascii_dump_load3.cc
@@ -306,7 +306,7 @@ test09() {
 
   open(f, my_file, ios_base::in);
   C_Polyhedron ph2;
-  bool ok =! ph2.ascii_load(f);
+  bool ok = !ph2.ascii_load(f);
   close(f);
 
   return ok;
@@ -333,7 +333,7 @@ test10() {
 
   open(f, my_file, ios_base::in);
   C_Polyhedron ph2;
-  bool ok =! ph2.ascii_load(f);
+  bool ok = !ph2.ascii_load(f);
   close(f);
 
   return ok;
@@ -353,7 +353,7 @@ test11() {
 
   open(f, my_file, ios_base::in);
   C_Polyhedron ph2;
-  bool ok =! ph2.ascii_load(f);
+  bool ok = !ph2.ascii_load(f);
   close(f);
 
   return ok;
@@ -372,7 +372,7 @@ test12() {
 
   open(f, my_file, ios_base::in);
   C_Polyhedron ph2;
-  bool ok =! ph2.ascii_load(f);
+  bool ok = !ph2.ascii_load(f);
   close(f);
 
   return ok;
@@ -408,7 +408,7 @@ test13() {
 
   open(f, my_file, ios_base::in);
   C_Polyhedron ph2;
-  bool ok =! ph2.ascii_load(f);
+  bool ok = !ph2.ascii_load(f);
   close(f);
 
   return ok;




More information about the PPL-devel mailing list