style pass

This commit is contained in:
Liv Erickson 2017-05-15 20:49:30 -07:00
parent ae458dcbcf
commit 32fd905918

View file

@ -673,7 +673,7 @@ QVector<QUuid> EntityScriptingInterface::findEntitiesByType(const QString entity
}); });
foreach(EntityItemPointer entity, entities) { foreach(EntityItemPointer entity, entities) {
if (entity->getType() == type){ if (entity->getType() == type) {
result << entity->getEntityItemID(); result << entity->getEntityItemID();
} }
} }