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

@ -329,7 +329,8 @@ unsigned coord_numb;
Rec = addrdsfigrec(model, (char *)NULL, layer, x, y, dx, dy );
if ( layer == RDS_ABOX ) SetRdsFigure( Rec );
roundrdsrec( Rec );
} else
}
else
{
Rec = addrdsfigrec(model, (char *)NULL, layer, x, y, dx, dy );
if ( layer == RDS_ABOX ) SetRdsFigure( Rec );