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
348e1ee2
Commit
348e1ee2
authored
Jul 01, 2015
by
Alexandre Duret-Lutz
Browse files
* src/bin/ltlcross.cc: Fix 80 columns.
parent
56188c70
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/ltlcross.cc
View file @
348e1ee2
...
@@ -1312,8 +1312,8 @@ namespace
...
@@ -1312,8 +1312,8 @@ namespace
if
(
neg
[
i
])
if
(
neg
[
i
])
{
{
if
(
verbose
)
if
(
verbose
)
std
::
cerr
<<
(
"info: building product between state-space
and
"
std
::
cerr
<<
(
"info: building product between state-space"
" N"
)
<<
i
"
and
N"
)
<<
i
<<
" ("
<<
neg
[
i
]
->
num_states
()
<<
" st., "
<<
" ("
<<
neg
[
i
]
->
num_states
()
<<
" st., "
<<
neg
[
i
]
->
num_edges
()
<<
" ed.)
\n
"
;
<<
neg
[
i
]
->
num_edges
()
<<
" ed.)
\n
"
;
...
...
Write
Preview
Markdown
is supported
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