* src/tgba/tgbacomplement.cc, src/tgbatest/complementation.cc: Fix style.
This commit is contained in:
parent
7817f325eb
commit
4d4fc641b5
3 changed files with 22 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue