Indentation fixing

This commit is contained in:
Franck Wajsburt 2002-04-16 14:23:27 +00:00
parent c58547245a
commit 871a10074e
2 changed files with 9 additions and 9 deletions

View File

@ -446,7 +446,6 @@ rdsrec_list *viambkrds( Figure, Via, Lynx )
VX2R - VX1R, VY2R - VY1R );
SetRdsVia( Rectangle );
if ( First == (rdsrec_list *)NULL )
{
First = Rectangle;

View File

@ -326,15 +326,16 @@ unsigned coord_numb;
fprintf(stderr, "*** rds warning ***\nPolygon with points not ");
fprintf(stderr, "aligned on the physical grid found in %s\n", model->NAME);
fprintf(stderr, "%ld %ld %ld %ld\n", x, y, dx, dy);
Rec = addrdsfigrec(model, (char *)NULL, layer, x, y, dx, dy );
if ( layer == RDS_ABOX ) SetRdsFigure( Rec );
roundrdsrec( Rec );
} else
{
Rec = addrdsfigrec(model, (char *)NULL, layer, x, y, dx, dy );
if ( layer == RDS_ABOX ) SetRdsFigure( Rec );
roundrdsrec( Rec );
}
if ( layer == RDS_ABOX ) SetRdsFigure( Rec );
roundrdsrec( Rec );
}
else
{
Rec = addrdsfigrec(model, (char *)NULL, layer, x, y, dx, dy );
if ( layer == RDS_ABOX ) SetRdsFigure( Rec );
roundrdsrec( Rec );
}
}
}