Fixed indentation.

This commit is contained in:
warren%netscape.com 1999-11-20 07:30:26 +00:00
parent 7b7c64390a
commit 2946b5d178

View File

@ -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;