Browse Source

re-format code (whitespace only)

pre-master-46
Holger Vogt 8 years ago
committed by rlar
parent
commit
9d00a9e28d
  1. 18
      src/spicelib/devices/vdmos/vdmosload.c

18
src/spicelib/devices/vdmos/vdmosload.c

@ -194,7 +194,7 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt)
here->VDMOSgbd * delvbd +
here->VDMOSgbs * delvbs;
/*
*/
#ifndef NOBYPASS
@ -258,7 +258,7 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt)
#endif /*NOBYPASS*/
/*
*/
/* ok - bypass is out, do it the hard way */
@ -301,7 +301,7 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt)
}
#endif /*NODELIMITING*/
/*
*/
}
@ -330,7 +330,7 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt)
}
}
/*
*/
/*
@ -377,7 +377,7 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt)
here->VDMOSmode = -1;
}
/*
*/
{
@ -439,7 +439,7 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt)
*/
}
/*
*/
/* now deal with n vs p polarity */
@ -462,7 +462,7 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt)
*(ckt->CKTstate0 + here->VDMOSqbd) = 0;
here->VDMOScapbd = 0;
/*
*/
}
@ -477,7 +477,7 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt)
*(ckt->CKTstate0 + here->VDMOSvds) = vds;
/*
*/
/*
@ -517,7 +517,7 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt)
*(ckt->CKTstate1 + here->VDMOScapgb));
}
/*
*/
#ifndef PREDICTOR

Loading…
Cancel
Save