From df01636bd9719ebf7e271acfc75af37ddb908392 Mon Sep 17 00:00:00 2001 From: "shaver%netscape.com" Date: Fri, 26 Nov 1999 05:33:35 +0000 Subject: [PATCH] Repair missing newlines at end of files, and remove lines of the form #endif foo both of which upset HPUX's compiler quite a bit. Patch from Andrew Taylor . git-svn-id: svn://10.0.0.236/trunk@54484 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/content/src/nsHTMLFrameElement.cpp | 2 +- mozilla/content/html/content/src/nsHTMLIFrameElement.cpp | 2 +- mozilla/dom/public/nsIJSEventListener.h | 2 +- mozilla/gfx/public/nsRepeater.h | 2 +- mozilla/layout/html/content/src/nsHTMLFrameElement.cpp | 2 +- mozilla/layout/html/content/src/nsHTMLIFrameElement.cpp | 2 +- mozilla/mailnews/import/oexpress/nsOEMailbox.h | 2 +- mozilla/mailnews/import/oexpress/nsOEScanBoxes.h | 2 +- mozilla/xpcom/appshell/nativeApp/nsCNativeAppImpl.cpp | 2 +- mozilla/xpcom/appshell/nativeApp/nsCNativeAppModule.cpp | 2 +- mozilla/xpcom/base/nsIInterfaceRequestor.cpp | 2 +- mozilla/xpcom/io/nsIDirEnumeratorImplWin.cpp | 2 +- mozilla/xpcom/io/nsIFileImplWin.h | 2 +- mozilla/xpfe/browser/public/nsBrowserCIDs.h | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/mozilla/content/html/content/src/nsHTMLFrameElement.cpp b/mozilla/content/html/content/src/nsHTMLFrameElement.cpp index e47354ab2c9..76f9933c7f6 100644 --- a/mozilla/content/html/content/src/nsHTMLFrameElement.cpp +++ b/mozilla/content/html/content/src/nsHTMLFrameElement.cpp @@ -272,4 +272,4 @@ NS_IMETHODIMP nsHTMLFrameElement::HandleChromeEvent(nsIPresContext* aPresContext nsEventStatus* aEventStatus) { return HandleDOMEvent(aPresContext, aEvent, aDOMEvent, aFlags,aEventStatus); -} \ No newline at end of file +} diff --git a/mozilla/content/html/content/src/nsHTMLIFrameElement.cpp b/mozilla/content/html/content/src/nsHTMLIFrameElement.cpp index f3a5efa4120..2c41bd9e2c8 100644 --- a/mozilla/content/html/content/src/nsHTMLIFrameElement.cpp +++ b/mozilla/content/html/content/src/nsHTMLIFrameElement.cpp @@ -331,4 +331,4 @@ NS_IMETHODIMP nsHTMLIFrameElement::HandleChromeEvent(nsIPresContext* aPresContex nsEventStatus* aEventStatus) { return HandleDOMEvent(aPresContext, aEvent, aDOMEvent, aFlags,aEventStatus); -} \ No newline at end of file +} diff --git a/mozilla/dom/public/nsIJSEventListener.h b/mozilla/dom/public/nsIJSEventListener.h index 6c7e4e80d78..f4ec9482bec 100644 --- a/mozilla/dom/public/nsIJSEventListener.h +++ b/mozilla/dom/public/nsIJSEventListener.h @@ -45,4 +45,4 @@ public: extern "C" NS_DOM nsresult NS_NewJSEventListener(nsIDOMEventListener ** aInstancePtrResult, nsIScriptContext *aContext, nsIScriptObjectOwner* aOwner); -#endif nsIJSEventListener_h__ +#endif // nsIJSEventListener_h__ diff --git a/mozilla/gfx/public/nsRepeater.h b/mozilla/gfx/public/nsRepeater.h index c0bef30125f..b256924672e 100644 --- a/mozilla/gfx/public/nsRepeater.h +++ b/mozilla/gfx/public/nsRepeater.h @@ -61,4 +61,4 @@ class NS_NET Repeater { Repeater* mNextIdlr; }; -#endif \ No newline at end of file +#endif diff --git a/mozilla/layout/html/content/src/nsHTMLFrameElement.cpp b/mozilla/layout/html/content/src/nsHTMLFrameElement.cpp index e47354ab2c9..76f9933c7f6 100644 --- a/mozilla/layout/html/content/src/nsHTMLFrameElement.cpp +++ b/mozilla/layout/html/content/src/nsHTMLFrameElement.cpp @@ -272,4 +272,4 @@ NS_IMETHODIMP nsHTMLFrameElement::HandleChromeEvent(nsIPresContext* aPresContext nsEventStatus* aEventStatus) { return HandleDOMEvent(aPresContext, aEvent, aDOMEvent, aFlags,aEventStatus); -} \ No newline at end of file +} diff --git a/mozilla/layout/html/content/src/nsHTMLIFrameElement.cpp b/mozilla/layout/html/content/src/nsHTMLIFrameElement.cpp index f3a5efa4120..2c41bd9e2c8 100644 --- a/mozilla/layout/html/content/src/nsHTMLIFrameElement.cpp +++ b/mozilla/layout/html/content/src/nsHTMLIFrameElement.cpp @@ -331,4 +331,4 @@ NS_IMETHODIMP nsHTMLIFrameElement::HandleChromeEvent(nsIPresContext* aPresContex nsEventStatus* aEventStatus) { return HandleDOMEvent(aPresContext, aEvent, aDOMEvent, aFlags,aEventStatus); -} \ No newline at end of file +} diff --git a/mozilla/mailnews/import/oexpress/nsOEMailbox.h b/mozilla/mailnews/import/oexpress/nsOEMailbox.h index bb6f391bf0b..736c91b4280 100644 --- a/mozilla/mailnews/import/oexpress/nsOEMailbox.h +++ b/mozilla/mailnews/import/oexpress/nsOEMailbox.h @@ -38,4 +38,4 @@ private: -#endif // nsOEMailbox_h__ \ No newline at end of file +#endif // nsOEMailbox_h__ diff --git a/mozilla/mailnews/import/oexpress/nsOEScanBoxes.h b/mozilla/mailnews/import/oexpress/nsOEScanBoxes.h index c336303b2b1..bb0ea5056da 100644 --- a/mozilla/mailnews/import/oexpress/nsOEScanBoxes.h +++ b/mozilla/mailnews/import/oexpress/nsOEScanBoxes.h @@ -80,4 +80,4 @@ private: nsVoidArray m_entryArray; }; -#endif // nsOEScanBoxes_h__ \ No newline at end of file +#endif // nsOEScanBoxes_h__ diff --git a/mozilla/xpcom/appshell/nativeApp/nsCNativeAppImpl.cpp b/mozilla/xpcom/appshell/nativeApp/nsCNativeAppImpl.cpp index 7857fe1c484..ce3b61f9a07 100644 --- a/mozilla/xpcom/appshell/nativeApp/nsCNativeAppImpl.cpp +++ b/mozilla/xpcom/appshell/nativeApp/nsCNativeAppImpl.cpp @@ -273,4 +273,4 @@ PRThread* nsCLoopInfo::Thread() nsEventLoopType nsCLoopInfo::Type() { return m_Type; -} \ No newline at end of file +} diff --git a/mozilla/xpcom/appshell/nativeApp/nsCNativeAppModule.cpp b/mozilla/xpcom/appshell/nativeApp/nsCNativeAppModule.cpp index 428fdd0d5a7..e95e181b7de 100644 --- a/mozilla/xpcom/appshell/nativeApp/nsCNativeAppModule.cpp +++ b/mozilla/xpcom/appshell/nativeApp/nsCNativeAppModule.cpp @@ -82,4 +82,4 @@ NSUnregisterSelf(nsISupports* aServMgr, const char* aPath) NS_ENSURE_SUCCESS(rv, rv); return rv; -} \ No newline at end of file +} diff --git a/mozilla/xpcom/base/nsIInterfaceRequestor.cpp b/mozilla/xpcom/base/nsIInterfaceRequestor.cpp index 179a754b8a9..da709b22105 100644 --- a/mozilla/xpcom/base/nsIInterfaceRequestor.cpp +++ b/mozilla/xpcom/base/nsIInterfaceRequestor.cpp @@ -47,4 +47,4 @@ nsGetInterface::operator()( const nsIID& aIID, void** aInstancePtr ) const *mErrorPtr = status; return status; } -#endif \ No newline at end of file +#endif diff --git a/mozilla/xpcom/io/nsIDirEnumeratorImplWin.cpp b/mozilla/xpcom/io/nsIDirEnumeratorImplWin.cpp index c84c5d7f2e2..f0ad3839c2b 100644 --- a/mozilla/xpcom/io/nsIDirEnumeratorImplWin.cpp +++ b/mozilla/xpcom/io/nsIDirEnumeratorImplWin.cpp @@ -130,4 +130,4 @@ nsIDirEnumeratorImpl::GetNext(nsISupports **_retval) *_retval = file; // TODO: QI needed? return rv; -} \ No newline at end of file +} diff --git a/mozilla/xpcom/io/nsIFileImplWin.h b/mozilla/xpcom/io/nsIFileImplWin.h index e5fd6155d2b..81488f9cba8 100644 --- a/mozilla/xpcom/io/nsIFileImplWin.h +++ b/mozilla/xpcom/io/nsIFileImplWin.h @@ -80,4 +80,4 @@ private: }; -#endif \ No newline at end of file +#endif diff --git a/mozilla/xpfe/browser/public/nsBrowserCIDs.h b/mozilla/xpfe/browser/public/nsBrowserCIDs.h index 5ca012c47d1..c28406e447b 100644 --- a/mozilla/xpfe/browser/public/nsBrowserCIDs.h +++ b/mozilla/xpfe/browser/public/nsBrowserCIDs.h @@ -30,4 +30,4 @@ {0x99, 0x38, 0x00, 0x80, 0xc7, 0xcb, 0x10, 0x81} } -#endif /* nsBrowserCIDs_h__ */ \ No newline at end of file +#endif /* nsBrowserCIDs_h__ */