fix typos and indentation

* bin/autfilt.cc, python/spot/__init__.py, spot/twa/twa.hh,
spot/twa/twaproduct.cc, spot/twaalgos/couvreurnew.cc,
tests/python/bugdet.py: Here.
This commit is contained in:
Clément Gillard 2017-04-18 15:19:38 +02:00 committed by Alexandre Duret-Lutz
parent 552afb9d55
commit ad3588420c
6 changed files with 11 additions and 11 deletions

View file

@ -88,4 +88,4 @@ print("\nuse_simulation=False")
b2 = spot.tgba_determinize(b, False, True, False, True)
assert b2.num_states() == 5
b2 = spot.remove_fin(spot.dualize(b2))
assert not a.intersects(b1);
assert not a.intersects(b2);