From 562831ee0ddda2ed48b21bc551034248178b1c68 Mon Sep 17 00:00:00 2001 From: "bruce%cybersight.com" Date: Sun, 12 Sep 1999 16:34:14 +0000 Subject: [PATCH] Add newline to end of file to fix HPUX bustage. git-svn-id: svn://10.0.0.236/trunk@47065 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/news/src/nsNntpService.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/mailnews/news/src/nsNntpService.cpp b/mozilla/mailnews/news/src/nsNntpService.cpp index bbc54239567..5b7e9ea4b45 100644 --- a/mozilla/mailnews/news/src/nsNntpService.cpp +++ b/mozilla/mailnews/news/src/nsNntpService.cpp @@ -964,4 +964,5 @@ NS_IMETHODIMP nsNntpService::NewChannel(const char *verb, nsIURI *aURI, nsILoadG rv = NS_ERROR_NULL_POINTER; return rv; -} \ No newline at end of file +} +