From a00a5eb1b284d428f10e6bf7b95e87e7355d82f2 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Wed, 6 Aug 2025 22:58:30 +0100 Subject: [PATCH] EFantenna.c: convert to ANSI antennacheckVisit() --- extflat/EFantenna.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/extflat/EFantenna.c b/extflat/EFantenna.c index 129508d5..09f2ad8b 100644 --- a/extflat/EFantenna.c +++ b/extflat/EFantenna.c @@ -356,12 +356,12 @@ HierName *suffix; */ int -antennacheckVisit(dev, hc, scale, trans, editUse) - Dev *dev; /* Device being output */ - HierContext *hc; /* Hierarchical context down to this device */ - float scale; /* Scale transform for output */ - Transform *trans; /* Coordinate transform */ - CellUse *editUse; /* ClientData is edit cell use */ +antennacheckVisit( + Dev *dev, /* Device being output */ + HierContext *hc, /* Hierarchical context down to this device */ + float scale, /* Scale transform for output */ + Transform *trans, /* Coordinate transform */ + CellUse *editUse) /* ClientData is edit cell use */ { DevTerm *gate; TileType t, conType;