Revised the code of PR #487 (previous merge) to follow the

formatting used for other subroutines.
This commit is contained in:
R. Timothy Edwards 2026-06-09 16:17:57 -04:00
parent 8466279b6c
commit f650248764
1 changed files with 13 additions and 4 deletions

View File

@ -53,7 +53,10 @@ typedef struct dbcellboundstruct
*/
int
DBBoundCellPlane(CellDef *def, Rect *extended, Rect *rect)
DBBoundCellPlane(
CellDef *def,
Rect *extended,
Rect *rect)
{
TreeFilter filter;
DBCellBoundStruct cbs;
@ -76,7 +79,9 @@ DBBoundCellPlane(CellDef *def, Rect *extended, Rect *rect)
}
int
dbCellBoundFunc(CellUse *use, TreeFilter *fp)
dbCellBoundFunc(
CellUse *use,
TreeFilter *fp)
{
DBCellBoundStruct *cbs;
@ -119,7 +124,9 @@ dbCellBoundFunc(CellUse *use, TreeFilter *fp)
*/
bool
DBBoundPlane(Plane *plane, Rect *rect)
DBBoundPlane(
Plane *plane,
Rect *rect)
{
Tile *left, *right, *top, *bottom, *tp;
@ -198,7 +205,9 @@ DBBoundPlane(Plane *plane, Rect *rect)
*/
bool
DBBoundPlaneVert(Plane *plane, Rect *rect)
DBBoundPlaneVert(
Plane *plane,
Rect *rect)
{
Tile *left, *right, *top, *bottom, *tp;