Remove trailing spaces.

This commit is contained in:
Holger Vogt 2022-01-08 22:35:05 +01:00
parent 648ba396ff
commit c2d279a1ef
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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",