spacing
This commit is contained in:
parent
63e23c7a68
commit
a307c0d0ae
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ namespace spot
|
|||
struct state_ptr_less_than
|
||||
{
|
||||
bool
|
||||
operator()(const state* left, const state *right) const
|
||||
operator()(const state* left, const state* right) const
|
||||
{
|
||||
return left->compare(right) < 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue