Cosmetics.
* src/sanity/style.test: Catch extra space around operator declarations. * src/ltlast/automatop.hh, src/ltlast/multop.hh, src/tgba/tgbabddcoredata.cc, src/tgba/tgbabddcoredata.hh, src/tgbaalgos/simulation.cc: Fix them.
This commit is contained in:
parent
cffbb7b498
commit
aa2374c5a2
6 changed files with 23 additions and 13 deletions
|
|
@ -81,7 +81,7 @@ namespace spot
|
|||
struct tripletcmp
|
||||
{
|
||||
bool
|
||||
operator () (const triplet& p1, const triplet& p2) const
|
||||
operator()(const triplet& p1, const triplet& p2) const
|
||||
{
|
||||
if (p1.first.first != p2.first.first)
|
||||
return p1.first.first < p2.first.first;
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ namespace spot
|
|||
struct paircmp
|
||||
{
|
||||
bool
|
||||
operator () (const pair& p1, const pair& p2) const
|
||||
operator()(const pair& p1, const pair& p2) const
|
||||
{
|
||||
if (p1.first != p2.first)
|
||||
return p1.first < p2.first;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue