* iface/dve2/dve2.cc, iface/dve2/dve2check.cc: Cosmetic changes
to please sanity checks.
This commit is contained in:
parent
51e6989d91
commit
76cfd57973
3 changed files with 41 additions and 17 deletions
|
|
@ -100,9 +100,15 @@ main(int argc, char **argv)
|
|||
case 'g':
|
||||
switch (opt[1])
|
||||
{
|
||||
case 'm': output = DotModel; break;
|
||||
case 'p': output = DotProduct; break;
|
||||
case 'f': output = DotFormula; break;
|
||||
case 'm':
|
||||
output = DotModel;
|
||||
break;
|
||||
case 'p':
|
||||
output = DotProduct;
|
||||
break;
|
||||
case 'f':
|
||||
output = DotFormula;
|
||||
break;
|
||||
default:
|
||||
goto error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue