mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-27 11:38:55 +00:00
Remaining tabs to spaces JavaScriptShared.cpp
This commit is contained in:
@@ -64,10 +64,10 @@ IdToObjectMap::find(ObjectId id)
|
||||
JSObject*
|
||||
IdToObjectMap::findPreserveColor(ObjectId id)
|
||||
{
|
||||
Table::Ptr p = table_.lookup(id);
|
||||
if (!p)
|
||||
return nullptr;
|
||||
return p->value().unbarrieredGet();
|
||||
Table::Ptr p = table_.lookup(id);
|
||||
if (!p)
|
||||
return nullptr;
|
||||
return p->value().unbarrieredGet();
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user