parser/inpdpar.c, cleanup, almost whitespace

This commit is contained in:
rlar 2018-01-10 10:57:12 +01:00
parent 00e7af3c61
commit 1a9ec558af
1 changed files with 28 additions and 29 deletions

View File

@ -65,7 +65,7 @@ INPdevParse(char **line, CKTcircuit *ckt, int dev, GENinstance *fast,
errbuf = tprintf(" unknown parameter (%s) \n", parm); errbuf = tprintf(" unknown parameter (%s) \n", parm);
rtn = errbuf; rtn = errbuf;
goto quit; goto quit;
} else { }
val = INPgetValue(ckt, line, val = INPgetValue(ckt, line,
ft_sim->devices[dev]->instanceParms[i].dataType, ft_sim->devices[dev]->instanceParms[i].dataType,
@ -94,7 +94,6 @@ INPdevParse(char **line, CKTcircuit *ckt, int dev, GENinstance *fast,
break; break;
} }
}
FREE(parm); FREE(parm);
} }