tabs to spaces
This commit is contained in:
parent
298eb556cd
commit
758ecd1d60
|
|
@ -18,10 +18,10 @@ INPapName(CKTcircuit *ckt, int type, JOB *analPtr, char *parmname,
|
|||
IFparm *if_parm;
|
||||
|
||||
if (!parmname)
|
||||
return (E_BADPARM);
|
||||
return (E_BADPARM);
|
||||
|
||||
if (!ft_sim->analyses[type])
|
||||
return (E_BADPARM);
|
||||
return (E_BADPARM);
|
||||
|
||||
if_parm = ft_find_analysis_parm(type, parmname);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue