[PPL-devel] [GIT] ppl/ppl(master): Code should not be on the same line as a null statement.

Roberto Bagnara bagnara at cs.unipr.it
Wed Aug 15 14:34:19 CEST 2012


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Wed Aug 15 14:30:32 2012 +0200

Code should not be on the same line as a null statement.
Detected by ECLAIR service nullstmt.

---

 src/Polyhedron_nonpublic.cc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/Polyhedron_nonpublic.cc b/src/Polyhedron_nonpublic.cc
index ccecd0e..e7eb309 100644
--- a/src/Polyhedron_nonpublic.cc
+++ b/src/Polyhedron_nonpublic.cc
@@ -2181,7 +2181,8 @@ PPL::Polyhedron::drop_some_non_integer_points(const Variables_Set* vars_p,
       changed = true;
     }
 
-    next_constraint: ;
+  next_constraint:
+    ;
   }
 
   con_sys.set_sorted(!changed && con_sys_was_sorted);




More information about the PPL-devel mailing list