* src/bin/ltlcross.cc: Fix 80 columns.

This commit is contained in:
Alexandre Duret-Lutz 2015-07-01 10:04:09 +02:00
parent 56188c7038
commit 348e1ee22b

View file

@ -1312,8 +1312,8 @@ namespace
if (neg[i])
{
if (verbose)
std::cerr << ("info: building product between state-space and"
" N") << i
std::cerr << ("info: building product between state-space"
" and N") << i
<< " (" << neg[i]->num_states() << " st., "
<< neg[i]->num_edges() << " ed.)\n";