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(IfcRoundedRectangleProfileDef);
FACE(IfcRectangleHollowProfileDef); FACE(IfcRectangleHollowProfileDef);
FACE(IfcRectangleProfileDef); FACE(IfcRectangleProfileDef);
FACE(IfcTrapeziumProfileDef) FACE(IfcTrapeziumProfileDef);
FACE(IfcCShapeProfileDef); FACE(IfcCShapeProfileDef);
// IfcAsymmetricIShapeProfileDef included // IfcAsymmetricIShapeProfileDef included
FACE(IfcIShapeProfileDef); FACE(IfcIShapeProfileDef);
@@ -138,7 +138,7 @@ WIRE(IfcCompositeCurve);
WIRE(IfcTrimmedCurve); WIRE(IfcTrimmedCurve);
WIRE(IfcArbitraryOpenProfileDef); WIRE(IfcArbitraryOpenProfileDef);
#ifdef SCHEMA_HAS_IfcIndexedPolyCurve #ifdef SCHEMA_HAS_IfcIndexedPolyCurve
WIRE(IfcIndexedPolyCurve) WIRE(IfcIndexedPolyCurve);
#endif #endif
CURVE(IfcCircle); CURVE(IfcCircle);