Skip to content
GitLab
Menu
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
7bcf6553
Commit
7bcf6553
authored
May 15, 2014
by
Alexandre Duret-Lutz
Browse files
* src/ltltest/equals.cc: Fix style.
parent
05ed3def
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ltltest/equals.cc
View file @
7bcf6553
...
...
@@ -116,7 +116,7 @@ main(int argc, char** argv)
if
(
!
simp
.
are_equivalent
(
f1
,
tmp
))
{
std
::
cerr
<<
"Source and simplified formulae are not equivalent!
\n
"
;
std
::
cerr
<<
"Simplified: "
<<
spot
::
ltl
::
to_string
(
f1
)
<<
"
\n
"
;
std
::
cerr
<<
"Simplified: "
<<
spot
::
ltl
::
to_string
(
f1
)
<<
'
\n
'
;
exit_code
=
1
;
}
...
...
@@ -136,7 +136,7 @@ main(int argc, char** argv)
if
(
!
simp
.
are_equivalent
(
f1
,
tmp
))
{
std
::
cerr
<<
"Source and simplified formulae are not equivalent!
\n
"
;
std
::
cerr
<<
"Simplified: "
<<
spot
::
ltl
::
to_string
(
f1
)
<<
"
\n
"
;
std
::
cerr
<<
"Simplified: "
<<
spot
::
ltl
::
to_string
(
f1
)
<<
'
\n
'
;
exit_code
=
1
;
}
...
...
@@ -156,7 +156,7 @@ main(int argc, char** argv)
if
(
!
simp
.
are_equivalent
(
f1
,
tmp
))
{
std
::
cerr
<<
"Source and simplified formulae are not equivalent!
\n
"
;
std
::
cerr
<<
"Simplified: "
<<
spot
::
ltl
::
to_string
(
f1
)
<<
"
\n
"
;
std
::
cerr
<<
"Simplified: "
<<
spot
::
ltl
::
to_string
(
f1
)
<<
'
\n
'
;
exit_code
=
1
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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