Whitespace usage fix to trigger new builds

git-svn-id: svn://10.0.0.236/trunk@256498 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Olli.Pettay%helsinki.fi 2009-03-09 20:42:03 +00:00
parent 3b585762b2
commit 6be7c70fb7

View File

@ -450,7 +450,7 @@ nsObjectLoadingContent::OnStartRequest(nsIRequest *aRequest,
nsIDocument* doc = thisContent->GetOwnerDoc();
if (!doc) {
Fallback(PR_FALSE);
return NS_BINDING_ABORTED;
return NS_BINDING_ABORTED;
}
PRInt16 shouldProcess = nsIContentPolicy::ACCEPT;