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
e471d4e6
Commit
e471d4e6
authored
Feb 29, 2016
by
Etienne Renault
Browse files
scanaut: add missing braces to please -Wdangling-else
* spot/parseaut/scanaut.ll: here.
parent
092e3630
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/parseaut/scanaut.ll
View file @
e471d4e6
/
*
-
*
-
coding:
utf
-8
-
*
-
**
Copyright
(
C
)
2014
,
2015
Laboratoire
de
Recherche
et
Développement
**
Copyright
(
C
)
2014
,
2015
,
2016
Laboratoire
de
Recherche
et
Développement
**
de
l'Epita
(
LRDE
).
**
**
This
file
is
part
of
Spot
,
a
model
checking
library
.
...
...
@@ -208,10 +208,12 @@ identifier [[:alpha:]_][[:alnum:]_.-]*
lbtt_t
=
false
;
if
(
end
)
while
(
int
c
=
*
end++
)
if
(
c
==
's'
)
lbtt_s
=
true
;
else
//
c
==
't'
lbtt_t
=
true
;
{
if
(
c
==
's'
)
lbtt_s
=
true
;
else
//
c
==
't'
lbtt_t
=
true
;
}
if
(
!lbtt_t
)
lbtt_s
=
true
;
if
(
lbtt_states
==
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