improve whitespaces
This commit is contained in:
@@ -3097,13 +3097,15 @@ int SketchObject::ExposeInternalGeometry(int GeoId)
|
||||
this->addGeometry(igeo,true);
|
||||
this->addConstraints(icon);
|
||||
|
||||
for (std::vector<Part::Geometry *>::iterator it=igeo.begin(); it != igeo.end(); ++it)
|
||||
for (std::vector<Part::Geometry *>::iterator it=igeo.begin(); it != igeo.end(); ++it) {
|
||||
if (*it)
|
||||
delete *it;
|
||||
}
|
||||
|
||||
for (std::vector<Constraint *>::iterator it=icon.begin(); it != icon.end(); ++it)
|
||||
for (std::vector<Constraint *>::iterator it=icon.begin(); it != icon.end(); ++it) {
|
||||
if (*it)
|
||||
delete *it;
|
||||
}
|
||||
|
||||
icon.clear();
|
||||
igeo.clear();
|
||||
|
||||
Reference in New Issue
Block a user