mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 09:23:07 +09:00
Remaining tabs to spaces JavaScriptShared.cpp
This commit is contained in:
parent
862e0cb3ea
commit
74084e2641
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue