Cosmetics to please sanity checks.

* src/neverparse/public.hh, src/neverparse/parsedecl.hh: Fix
inclusion guards.
* src/tgba/tgbaexplicit.hh, src/tgbatest/emptchk.test,
src/tgbatest/ltl2tgba.cc: Fix trailing whitespaces.
This commit is contained in:
Alexandre Duret-Lutz 2010-11-06 17:56:27 +01:00
parent 87f69eaf18
commit 1e0f99e824
6 changed files with 27 additions and 20 deletions

View file

@ -212,7 +212,7 @@ namespace spot
}
return i->second;
}
state*
set_init_state(const label& state)
{
@ -327,7 +327,7 @@ namespace spot
/// Create an alias for a state. Any reference to \a alias_name
/// will act as a reference to \a real_name.
virtual
void add_state_alias(const std::string& alias_name,
void add_state_alias(const std::string& alias_name,
const std::string& real_name)
{
name_state_map_[alias_name] = add_state(real_name);