Bug 1463266 - fix another white-space issue in nsAddrDatabase.cpp. rs=white-space-only
[skip-blame]
This commit is contained in:
Родитель
47bdab4fbf
Коммит
d6084bb8a8
|
@ -2586,11 +2586,11 @@ NS_IMETHODIMP nsAddrDatabase::EnumerateCards(nsIAbDirectory *directory, nsISimpl
|
|||
|
||||
NS_IMETHODIMP nsAddrDatabase::GetMailingListsFromDB(nsIAbDirectory *parentDir)
|
||||
{
|
||||
nsCOMPtr<nsIAbDirectory> resultList;
|
||||
nsIMdbTableRowCursor* rowCursor = nullptr;
|
||||
nsCOMPtr<nsIMdbRow> currentRow;
|
||||
mdb_pos rowPos;
|
||||
bool done = false;
|
||||
nsCOMPtr<nsIAbDirectory> resultList;
|
||||
nsIMdbTableRowCursor* rowCursor = nullptr;
|
||||
nsCOMPtr<nsIMdbRow> currentRow;
|
||||
mdb_pos rowPos;
|
||||
bool done = false;
|
||||
|
||||
if (!m_mdbEnv)
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
|
|
Загрузка…
Ссылка в новой задаче