Bug 1463266 - fix another white-space issue in nsAddrDatabase.cpp. rs=white-space-only

[skip-blame]
This commit is contained in:
Jorg K 2018-09-13 08:04:19 +02:00
Родитель 47bdab4fbf
Коммит d6084bb8a8
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

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