[PPL-devel] [GIT] ppl/ppl(master): Spurious spaces removed.

Roberto Bagnara bagnara at cs.unipr.it
Fri Mar 27 08:46:54 CET 2009


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Fri Mar 27 07:30:04 2009 +0100

Spurious spaces removed.

---

 tests/Grid/asciidumpload2.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Grid/asciidumpload2.cc b/tests/Grid/asciidumpload2.cc
index 304e227..2d73426 100644
--- a/tests/Grid/asciidumpload2.cc
+++ b/tests/Grid/asciidumpload2.cc
@@ -244,7 +244,7 @@ test07() {
   string str;
   do
     f >> str;
-  while (str != "(not_up-to-date)" );
+  while (str != "(not_up-to-date)");
   f.seekp(0, ios_base::cur);
   f << "A\n";
   close(f);
@@ -308,7 +308,7 @@ test09() {
   string str;
   do
     f >> str;
-  while (str != "(not_up-to-date)" );
+  while (str != "(not_up-to-date)");
   f.seekp(0, ios_base::cur);
   f << "\nA";
   close(f);




More information about the PPL-devel mailing list