Missing semicolons (for consistency)

This commit is contained in:
Thomas Krijnen
2021-10-04 10:43:04 +02:00
parent 79f31fa4fe
commit cdc5d7a04e
+2 -2
View File
@@ -105,7 +105,7 @@ FACE(IfcArbitraryClosedProfileDef);
FACE(IfcRoundedRectangleProfileDef);
FACE(IfcRectangleHollowProfileDef);
FACE(IfcRectangleProfileDef);
FACE(IfcTrapeziumProfileDef)
FACE(IfcTrapeziumProfileDef);
FACE(IfcCShapeProfileDef);
// IfcAsymmetricIShapeProfileDef included
FACE(IfcIShapeProfileDef);
@@ -138,7 +138,7 @@ WIRE(IfcCompositeCurve);
WIRE(IfcTrimmedCurve);
WIRE(IfcArbitraryOpenProfileDef);
#ifdef SCHEMA_HAS_IfcIndexedPolyCurve
WIRE(IfcIndexedPolyCurve)
WIRE(IfcIndexedPolyCurve);
#endif
CURVE(IfcCircle);