* iface/dve2/dve2.cc, iface/dve2/dve2check.cc: Cosmetic changes

to please sanity checks.
This commit is contained in:
Alexandre Duret-Lutz 2011-03-06 21:12:40 +01:00
parent 51e6989d91
commit 76cfd57973
3 changed files with 41 additions and 17 deletions

View file

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