just adding 'newlines' UGH!

This commit is contained in:
jdunn%netscape.com 2000-03-14 03:01:38 +00:00
parent 82897231d3
commit 30cc7a5490
3 changed files with 6 additions and 3 deletions

View File

@ -242,4 +242,5 @@ nsXMLElement::GetBaseTag(nsIAtom** aResult)
return mBinding->GetBaseTag(aResult);
else
return NS_OK;
}
}

View File

@ -242,4 +242,5 @@ nsXMLElement::GetBaseTag(nsIAtom** aResult)
return mBinding->GetBaseTag(aResult);
else
return NS_OK;
}
}

View File

@ -107,4 +107,5 @@ void nsImportStringBundle::Cleanup( void)
if (m_pBundle)
m_pBundle->Release();
m_pBundle = nsnull;
}
}