Remove trailing spaces.
This commit is contained in:
parent
648ba396ff
commit
c2d279a1ef
|
|
@ -13,7 +13,7 @@ Author: 1985 Thomas L. Quarles
|
|||
|
||||
|
||||
/* ARGSUSED */
|
||||
int
|
||||
int
|
||||
SPaskQuest(CKTcircuit *ckt, JOB *anal, int which, IFvalue *value)
|
||||
{
|
||||
SPAN *job = (SPAN *) anal;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "analysis.h"
|
||||
|
||||
/* ARGSUSED */
|
||||
int
|
||||
int
|
||||
SPsetParm(CKTcircuit *ckt, JOB *anal, int which, IFvalue *value)
|
||||
{
|
||||
SPAN *job = (SPAN *) anal;
|
||||
|
|
@ -97,7 +97,7 @@ static IFparm SPparms[] = {
|
|||
};
|
||||
|
||||
SPICEanalysis SPinfo = {
|
||||
{
|
||||
{
|
||||
"SP",
|
||||
"S-Parameters analysis",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue