* src/tgbaalgos/emptiness.cc: Suppress a horrible space before a ')'.
This commit is contained in:
parent
446b85a842
commit
d645e0ac54
2 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,8 @@
|
|||
2004-12-07 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
|
||||
2004-12-08 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
|
||||
|
||||
* src/tgbaalgos/emptiness.cc: Suppress a horrible space before a ')'.
|
||||
|
||||
2004-12-08 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
|
||||
|
||||
* src/tgba/tgbaexplicit.hh, src/tgba/tgbaexplicit.cc
|
||||
(set_init_state): Return a pointer to the initial state.
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ namespace spot
|
|||
++number;
|
||||
seen.insert(std::make_pair(i->s, source));
|
||||
|
||||
for (; i != l->end(); )
|
||||
for (; i != l->end();)
|
||||
{
|
||||
// expected outgoing transition
|
||||
bdd label = i->label;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue