From d477f04e1206f42e6728272ed70b591ecaaaac14 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Fri, 3 Sep 1999 10:43:00 +0000 Subject: [PATCH] add newline to end of file to please certain UNIX compilers. git-svn-id: svn://10.0.0.236/trunk@45876 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/xml/content/src/nsXMLEntity.cpp | 2 +- mozilla/content/xml/content/src/nsXMLNotation.cpp | 2 +- mozilla/content/xml/content/src/nsXMLProcessingInstruction.cpp | 2 +- mozilla/editor/base/nsHTMLEditRules.cpp | 2 +- mozilla/editor/libeditor/html/nsHTMLEditRules.cpp | 2 +- mozilla/layout/xml/content/src/nsXMLDocumentType.cpp | 2 +- mozilla/layout/xml/content/src/nsXMLEntity.cpp | 2 +- mozilla/layout/xml/content/src/nsXMLNotation.cpp | 2 +- mozilla/layout/xml/content/src/nsXMLProcessingInstruction.cpp | 2 +- mozilla/layout/xul/base/src/nsTreeRowFrame.cpp | 2 +- mozilla/widget/src/xpwidgets/nsBaseClipboard.cpp | 2 +- mozilla/xpcom/proxy/public/nsProxiedService.h | 3 +-- mozilla/xpfe/bootstrap/nsNativeAppSupport.h | 2 +- 13 files changed, 13 insertions(+), 14 deletions(-) diff --git a/mozilla/content/xml/content/src/nsXMLEntity.cpp b/mozilla/content/xml/content/src/nsXMLEntity.cpp index 154014fd497..be071e07cec 100644 --- a/mozilla/content/xml/content/src/nsXMLEntity.cpp +++ b/mozilla/content/xml/content/src/nsXMLEntity.cpp @@ -311,4 +311,4 @@ NS_IMETHODIMP nsXMLEntity::SetContentID(PRUint32 aID) { return NS_ERROR_NOT_IMPLEMENTED; -} \ No newline at end of file +} diff --git a/mozilla/content/xml/content/src/nsXMLNotation.cpp b/mozilla/content/xml/content/src/nsXMLNotation.cpp index bfef169a527..a11e6a1d1e0 100644 --- a/mozilla/content/xml/content/src/nsXMLNotation.cpp +++ b/mozilla/content/xml/content/src/nsXMLNotation.cpp @@ -294,4 +294,4 @@ NS_IMETHODIMP nsXMLNotation::SetContentID(PRUint32 aID) { return NS_ERROR_NOT_IMPLEMENTED; -} \ No newline at end of file +} diff --git a/mozilla/content/xml/content/src/nsXMLProcessingInstruction.cpp b/mozilla/content/xml/content/src/nsXMLProcessingInstruction.cpp index 9a4df57947a..e72b7bc5c10 100644 --- a/mozilla/content/xml/content/src/nsXMLProcessingInstruction.cpp +++ b/mozilla/content/xml/content/src/nsXMLProcessingInstruction.cpp @@ -284,4 +284,4 @@ NS_IMETHODIMP nsXMLProcessingInstruction::SetContentID(PRUint32 aID) { return NS_ERROR_NOT_IMPLEMENTED; -} \ No newline at end of file +} diff --git a/mozilla/editor/base/nsHTMLEditRules.cpp b/mozilla/editor/base/nsHTMLEditRules.cpp index 7d03dc6c95a..76030917e9c 100644 --- a/mozilla/editor/base/nsHTMLEditRules.cpp +++ b/mozilla/editor/base/nsHTMLEditRules.cpp @@ -2591,4 +2591,4 @@ nsHTMLEditRules::JoinNodesSmart( nsIDOMNode *aNodeLeft, if (NS_FAILED(res)) return res; return res; } -} \ No newline at end of file +} diff --git a/mozilla/editor/libeditor/html/nsHTMLEditRules.cpp b/mozilla/editor/libeditor/html/nsHTMLEditRules.cpp index 7d03dc6c95a..76030917e9c 100644 --- a/mozilla/editor/libeditor/html/nsHTMLEditRules.cpp +++ b/mozilla/editor/libeditor/html/nsHTMLEditRules.cpp @@ -2591,4 +2591,4 @@ nsHTMLEditRules::JoinNodesSmart( nsIDOMNode *aNodeLeft, if (NS_FAILED(res)) return res; return res; } -} \ No newline at end of file +} diff --git a/mozilla/layout/xml/content/src/nsXMLDocumentType.cpp b/mozilla/layout/xml/content/src/nsXMLDocumentType.cpp index 2d8416ea3d2..8d602a535d4 100644 --- a/mozilla/layout/xml/content/src/nsXMLDocumentType.cpp +++ b/mozilla/layout/xml/content/src/nsXMLDocumentType.cpp @@ -307,4 +307,4 @@ NS_IMETHODIMP nsXMLDocumentType::SetContentID(PRUint32 aID) { return NS_ERROR_NOT_IMPLEMENTED; -} \ No newline at end of file +} diff --git a/mozilla/layout/xml/content/src/nsXMLEntity.cpp b/mozilla/layout/xml/content/src/nsXMLEntity.cpp index 154014fd497..be071e07cec 100644 --- a/mozilla/layout/xml/content/src/nsXMLEntity.cpp +++ b/mozilla/layout/xml/content/src/nsXMLEntity.cpp @@ -311,4 +311,4 @@ NS_IMETHODIMP nsXMLEntity::SetContentID(PRUint32 aID) { return NS_ERROR_NOT_IMPLEMENTED; -} \ No newline at end of file +} diff --git a/mozilla/layout/xml/content/src/nsXMLNotation.cpp b/mozilla/layout/xml/content/src/nsXMLNotation.cpp index bfef169a527..a11e6a1d1e0 100644 --- a/mozilla/layout/xml/content/src/nsXMLNotation.cpp +++ b/mozilla/layout/xml/content/src/nsXMLNotation.cpp @@ -294,4 +294,4 @@ NS_IMETHODIMP nsXMLNotation::SetContentID(PRUint32 aID) { return NS_ERROR_NOT_IMPLEMENTED; -} \ No newline at end of file +} diff --git a/mozilla/layout/xml/content/src/nsXMLProcessingInstruction.cpp b/mozilla/layout/xml/content/src/nsXMLProcessingInstruction.cpp index 9a4df57947a..e72b7bc5c10 100644 --- a/mozilla/layout/xml/content/src/nsXMLProcessingInstruction.cpp +++ b/mozilla/layout/xml/content/src/nsXMLProcessingInstruction.cpp @@ -284,4 +284,4 @@ NS_IMETHODIMP nsXMLProcessingInstruction::SetContentID(PRUint32 aID) { return NS_ERROR_NOT_IMPLEMENTED; -} \ No newline at end of file +} diff --git a/mozilla/layout/xul/base/src/nsTreeRowFrame.cpp b/mozilla/layout/xul/base/src/nsTreeRowFrame.cpp index 343c8385f95..08b247d815f 100644 --- a/mozilla/layout/xul/base/src/nsTreeRowFrame.cpp +++ b/mozilla/layout/xul/base/src/nsTreeRowFrame.cpp @@ -402,4 +402,4 @@ nsTreeRowFrame::HandleHeaderDragEvent(nsIPresContext& aPresContext, //treeFrame->MarkForDirtyReflow(aPresContext); } return NS_OK; -} \ No newline at end of file +} diff --git a/mozilla/widget/src/xpwidgets/nsBaseClipboard.cpp b/mozilla/widget/src/xpwidgets/nsBaseClipboard.cpp index 5ce9884894a..92ef8f6d4a1 100644 --- a/mozilla/widget/src/xpwidgets/nsBaseClipboard.cpp +++ b/mozilla/widget/src/xpwidgets/nsBaseClipboard.cpp @@ -196,4 +196,4 @@ nsBaseClipboard :: HasDataMatchingFlavors ( nsISupportsArray* aFlavorList, PRBoo { *outResult = PR_TRUE; // say we always do. return NS_OK; -} \ No newline at end of file +} diff --git a/mozilla/xpcom/proxy/public/nsProxiedService.h b/mozilla/xpcom/proxy/public/nsProxiedService.h index 6e92f3a7e01..768c659db3c 100644 --- a/mozilla/xpcom/proxy/public/nsProxiedService.h +++ b/mozilla/xpcom/proxy/public/nsProxiedService.h @@ -126,5 +126,4 @@ public: }; - -#endif //__nsProxiedServiceManager_h_ \ No newline at end of file +#endif //__nsProxiedServiceManager_h_ diff --git a/mozilla/xpfe/bootstrap/nsNativeAppSupport.h b/mozilla/xpfe/bootstrap/nsNativeAppSupport.h index 50f3e9d27fa..bf41d500e6a 100644 --- a/mozilla/xpfe/bootstrap/nsNativeAppSupport.h +++ b/mozilla/xpfe/bootstrap/nsNativeAppSupport.h @@ -21,4 +21,4 @@ void NS_ShowSplashScreen(); void NS_HideSplashScreen(); -bool NS_CanRun(); \ No newline at end of file +bool NS_CanRun();