mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Fixed indentation.
This commit is contained in:
parent
7b7c64390a
commit
2946b5d178
@ -72,8 +72,7 @@ AtomImpl::AtomImpl()
|
||||
|
||||
AtomImpl::~AtomImpl()
|
||||
{
|
||||
|
||||
NS_PRECONDITION(nsnull != gAtomHashTable, "null atom hashtable");
|
||||
NS_PRECONDITION(nsnull != gAtomHashTable, "null atom hashtable");
|
||||
if (nsnull != gAtomHashTable) {
|
||||
PL_HashTableRemove(gAtomHashTable, mString);
|
||||
nsrefcnt cnt = --gAtoms;
|
||||
|
Loading…
x
Reference in New Issue
Block a user