* src/bin/ltlcross.cc: Fix 80 columns.
This commit is contained in:
parent
56188c7038
commit
348e1ee22b
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue