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

Module: ppl/ppl Branch: master Commit: 0b783b0e686d983759983346d2c5583dbc4f225b URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=0b783b0e686d9...
Author: Roberto Bagnara bagnara@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);
participants (1)
-
Roberto Bagnara