* src/tgba/tgbacomplement.cc, src/tgbatest/complementation.cc: Fix style.

This commit is contained in:
Guillaume Sadegh 2009-06-09 18:59:53 +02:00
parent 7817f325eb
commit 4d4fc641b5
3 changed files with 22 additions and 13 deletions

View file

@ -67,9 +67,12 @@ int main(int argc, char* argv[])
switch (argv[i][1])
{
case 's': print_safra = true; break;
case 'a': print_automaton = true; break;
case 'f': check = true; break;
case 's':
print_safra = true; break;
case 'a':
print_automaton = true; break;
case 'f':
check = true; break;
default:
std::cerr << "unrecognized option `-" << argv[i][1]
<< "'" << std::endl;