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
This commit is contained in:
@@ -311,4 +311,4 @@ NS_IMETHODIMP
|
||||
nsXMLEntity::SetContentID(PRUint32 aID)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -294,4 +294,4 @@ NS_IMETHODIMP
|
||||
nsXMLNotation::SetContentID(PRUint32 aID)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -284,4 +284,4 @@ NS_IMETHODIMP
|
||||
nsXMLProcessingInstruction::SetContentID(PRUint32 aID)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2591,4 +2591,4 @@ nsHTMLEditRules::JoinNodesSmart( nsIDOMNode *aNodeLeft,
|
||||
if (NS_FAILED(res)) return res;
|
||||
return res;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2591,4 +2591,4 @@ nsHTMLEditRules::JoinNodesSmart( nsIDOMNode *aNodeLeft,
|
||||
if (NS_FAILED(res)) return res;
|
||||
return res;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -307,4 +307,4 @@ NS_IMETHODIMP
|
||||
nsXMLDocumentType::SetContentID(PRUint32 aID)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -311,4 +311,4 @@ NS_IMETHODIMP
|
||||
nsXMLEntity::SetContentID(PRUint32 aID)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -294,4 +294,4 @@ NS_IMETHODIMP
|
||||
nsXMLNotation::SetContentID(PRUint32 aID)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -284,4 +284,4 @@ NS_IMETHODIMP
|
||||
nsXMLProcessingInstruction::SetContentID(PRUint32 aID)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -402,4 +402,4 @@ nsTreeRowFrame::HandleHeaderDragEvent(nsIPresContext& aPresContext,
|
||||
//treeFrame->MarkForDirtyReflow(aPresContext);
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -196,4 +196,4 @@ nsBaseClipboard :: HasDataMatchingFlavors ( nsISupportsArray* aFlavorList, PRBoo
|
||||
{
|
||||
*outResult = PR_TRUE; // say we always do.
|
||||
return NS_OK;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -126,5 +126,4 @@ public:
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif //__nsProxiedServiceManager_h_
|
||||
#endif //__nsProxiedServiceManager_h_
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
void NS_ShowSplashScreen();
|
||||
void NS_HideSplashScreen();
|
||||
|
||||
bool NS_CanRun();
|
||||
bool NS_CanRun();
|
||||
|
||||
Reference in New Issue
Block a user