mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
whitespace
This commit is contained in:
@@ -2206,7 +2206,7 @@ IfcEntityList::ptr IfcFile::getInverse(int instance_id, const IfcParse::declarat
|
|||||||
IfcEntityList::ptr all = instances_by_reference(instance_id);
|
IfcEntityList::ptr all = instances_by_reference(instance_id);
|
||||||
if (!all) return l;
|
if (!all) return l;
|
||||||
|
|
||||||
for(IfcEntityList::it it = all->begin(); it != all->end(); ++it) {
|
for (IfcEntityList::it it = all->begin(); it != all->end(); ++it) {
|
||||||
bool valid = type == 0 || (*it)->declaration().is(*type);
|
bool valid = type == 0 || (*it)->declaration().is(*type);
|
||||||
if (valid && attribute_index >= 0) {
|
if (valid && attribute_index >= 0) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user