From d1d9698db31727907b13bd189ce777af7bcc2041 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Fri, 30 Jul 1999 21:49:32 +0000 Subject: [PATCH] Added a newline to the end of file to fix the Unix native compiler builds. --- profile/idlservices/nsProfileServices.cpp | 2 +- xpfe/appshell/src/nsWebShellWindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/idlservices/nsProfileServices.cpp b/profile/idlservices/nsProfileServices.cpp index 7a460a507aa..45bb447d1bd 100644 --- a/profile/idlservices/nsProfileServices.cpp +++ b/profile/idlservices/nsProfileServices.cpp @@ -175,4 +175,4 @@ ProfileServicesImpl::ProcessPREGInfo(const char* data) mProfile->ProcessPREGInfo((char *)data); return NS_OK; -} \ No newline at end of file +} diff --git a/xpfe/appshell/src/nsWebShellWindow.cpp b/xpfe/appshell/src/nsWebShellWindow.cpp index 0b5c2c166dc..7331e7a14d1 100644 --- a/xpfe/appshell/src/nsWebShellWindow.cpp +++ b/xpfe/appshell/src/nsWebShellWindow.cpp @@ -2918,4 +2918,4 @@ PRBool nsWebShellWindow::PromptPassword(const nsString &aText, } return result ? PR_TRUE : PR_FALSE; } -#endif \ No newline at end of file +#endif