Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
a307c0d0
Commit
a307c0d0
authored
Jul 08, 2003
by
Alexandre Duret-Lutz
Browse files
spacing
parent
63e23c7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgba/state.hh
View file @
a307c0d0
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment