* src/sanity/style.test: Catch `;'-not-followed-by-space.
* src/ltlvisit/reducform.cc, src/ltlvisit/forminf.cc: Fix style.
This commit is contained in:
parent
0e0fd18ca3
commit
1245d19d23
4 changed files with 12 additions and 3 deletions
|
|
@ -61,7 +61,10 @@ namespace spot
|
|||
node_type_form_visitor::node_type_form_visitor(){}
|
||||
|
||||
node_type_form_visitor::type
|
||||
node_type_form_visitor::result() const { return result_;}
|
||||
node_type_form_visitor::result() const
|
||||
{
|
||||
return result_;
|
||||
}
|
||||
|
||||
void
|
||||
node_type_form_visitor::visit(const atomic_prop*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue