* src/ltlvisit/basereduc.cc, src/ltltest/inf.cc (main): Style.

This commit is contained in:
martinez 2004-05-17 15:17:55 +00:00
parent 788ed772c2
commit 62a05ab1fb
3 changed files with 16 additions and 8 deletions

View file

@ -92,7 +92,8 @@ main(int argc, char** argv)
exit_return = 1;
}
break;
default: break;
default:
break;
}
spot::ltl::dump(std::cout, f1); std::cout << std::endl;