Added a newline to the end of file to fix the Unix native compiler builds.

This commit is contained in:
briano%netscape.com 1999-07-30 21:49:32 +00:00
Родитель ae646d4611
Коммит d1d9698db3
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -175,4 +175,4 @@ ProfileServicesImpl::ProcessPREGInfo(const char* data)
mProfile->ProcessPREGInfo((char *)data);
return NS_OK;
}
}

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

@ -2918,4 +2918,4 @@ PRBool nsWebShellWindow::PromptPassword(const nsString &aText,
}
return result ? PR_TRUE : PR_FALSE;
}
#endif
#endif