Fix missing spaces after comma.

* src/sanity/style.test: Fix the space-after-comma test.
* src/bin/randltl.cc, src/tgba/tgbaexplicit.hh: Add missing spaces.
This commit is contained in:
Alexandre Duret-Lutz 2012-09-07 13:20:42 +02:00
parent f19526a93f
commit 0990de50df
3 changed files with 3 additions and 3 deletions

View file

@ -668,7 +668,7 @@ namespace spot
class tgba_explicit: public explicit_graph<State, tgba>
{
public:
tgba_explicit(bdd_dict* dict): explicit_graph<State,tgba>(dict)
tgba_explicit(bdd_dict* dict): explicit_graph<State, tgba>(dict)
{
}