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