* src/ltltest/equals.cc: Fix style.

This commit is contained in:
Alexandre Duret-Lutz 2014-05-15 21:24:38 +02:00
parent 139f7b49b4
commit 8315cad6db

View file

@ -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;
}