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
b5f4ba98
Commit
b5f4ba98
authored
Feb 01, 2008
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/gtec/gtec.cc (couvreur99_check_shy::dump_queue):
Remove superfluous semicolon.
parent
fbbaef0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b5f4ba98
2008-02-01 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/gtec/gtec.cc (couvreur99_check_shy::dump_queue):
Remove superfluous semicolon.
2008-01-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/reductgba_sim.cc (reduc_tgba_sim): Add two
...
...
src/tgbaalgos/gtec/gtec.cc
View file @
b5f4ba98
...
...
@@ -400,7 +400,7 @@ namespace spot
if
(
qi
!=
ti
->
q
.
end
())
os
<<
", "
;
}
os
<<
"}"
<<
std
::
endl
;
;
os
<<
"}"
<<
std
::
endl
;
}
}
...
...
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