Changes to pass sanity tests

* src/ta/taexplicit.hh, src/ta/taexplicit.cc, src/taalgos/minimize.cc,
src/taalgos/tgba2ta.cc, src/tgbatest/ltl2tgba.cc: correct the code style
in order to respect the sanity rules
This commit is contained in:
Ala-Eddine Ben-Salem 2012-04-11 11:15:19 +02:00 committed by Alexandre Duret-Lutz
parent 5a706300b0
commit 618146c157
5 changed files with 21 additions and 19 deletions

View file

@ -127,7 +127,7 @@ namespace spot
bdd
all_acceptance_conditions() const
{
return all_acceptance_conditions_;;
return all_acceptance_conditions_;
}
private: