* src/tgba/tgbascc.cc: Cosmetics.

This commit is contained in:
Alexandre Duret-Lutz 2012-09-19 22:13:58 +02:00
parent 64f0f653e3
commit 379e0d5eb4

View file

@ -1,4 +1,4 @@
// Copyright (C) 2009 Laboratoire de recherche et développement de l'Epita.
// Copyright (C) 2009, 2012 Laboratoire de recherche et développement de l'Epita.
//
// This file is part of Spot, a model checking library.
//
@ -79,8 +79,7 @@ namespace spot
}
state*
tgba_scc::project_state(const state* s,
const tgba* t) const
tgba_scc::project_state(const state* s, const tgba* t) const
{
return aut_->project_state(s, t);
}