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
d22fb0b6
Commit
d22fb0b6
authored
Oct 13, 2012
by
Alexandre Duret-Lutz
Browse files
* src/ltlvisit/lbt.cc: Add missing case for Xor.
parent
a7d7d8d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ltlvisit/lbt.cc
View file @
d22fb0b6
...
...
@@ -90,7 +90,7 @@ namespace spot
switch
(
bo
->
op
())
{
case
binop
::
Xor
:
os_
<<
"^ "
;
break
;
case
binop
::
Implies
:
os_
<<
"i "
;
...
...
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