mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-22 07:58:28 +02:00
fix a few whitespace issues in previous commit
This commit is contained in:
parent
7081258910
commit
103933acf5
1
README
1
README
@ -95,6 +95,7 @@ offset centre holes are not faithfully reproduced; the pad is exported
|
|||||||
with minimum dimensions and centred on the hole. Trapezoidal and
|
with minimum dimensions and centred on the hole. Trapezoidal and
|
||||||
roundrect pads are not supported in gEDA.
|
roundrect pads are not supported in gEDA.
|
||||||
|
|
||||||
|
|
||||||
Footprint definition file format
|
Footprint definition file format
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
|
1
geda.c
1
geda.c
@ -198,7 +198,6 @@ static void geda_arc(FILE *file, const struct inst *inst)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Xcenter, Ycenter, Width, Height, startAngle, stopAngle, Width
|
* Xcenter, Ycenter, Width, Height, startAngle, stopAngle, Width
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
b = inst->u.arc.a1 - 180;
|
b = inst->u.arc.a1 - 180;
|
||||||
while (b <= 0)
|
while (b <= 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user