All source files must contain a newline at the end of some unix builds fail.
This commit is contained in:
Родитель
406e440a93
Коммит
060fd6080c
|
@ -66,4 +66,3 @@ nsAbout::Create(nsISupports *aOuter, REFNSIID aIID, void **aResult)
|
|||
return rv;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -372,3 +372,4 @@ NS_NewCmdLineServiceFactory(nsIFactory** aFactory)
|
|||
*aFactory = inst;
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
|
@ -139,3 +139,4 @@ nsresult NS_NewDialogParamBlockFactory(nsIFactory** aResult)
|
|||
*aResult = inst;
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
|
@ -700,3 +700,4 @@ extern "C" NS_APPSHELL nsresult NS_NewFileLocatorFactory(nsIFactory** aFactory)
|
|||
*aFactory = inst;
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
|
@ -3135,3 +3135,4 @@ NS_IMETHODIMP nsWebShellWindow::PromptPassword(const char *url, const PRUnichar
|
|||
nsCOMPtr<nsIPrompt> prompter = this;
|
||||
return wallet->PromptPasswordURL(text, pwd, url, prompter, _retval);
|
||||
}
|
||||
|
||||
|
|
|
@ -926,3 +926,4 @@ void nsWindowEnumerator::WindowRemoved( PRInt32 inIndex)
|
|||
NS_IMPL_ADDREF(nsWindowEnumerator);
|
||||
NS_IMPL_RELEASE(nsWindowEnumerator);
|
||||
NS_IMPL_QUERY_INTERFACE(nsWindowEnumerator, kISimpleEnumberatorIID);
|
||||
|
||||
|
|
|
@ -190,3 +190,4 @@ nsresult NS_NewXPConnectFactoryFactory(nsIFactory** aResult)
|
|||
*aResult = inst;
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
|
@ -595,3 +595,4 @@ nsContentShellInfo::~nsContentShellInfo()
|
|||
{
|
||||
//XXX Set Tree Owner to null if the tree owner is nsXULWindow->mContentTreeOwner
|
||||
}
|
||||
|
||||
|
|
|
@ -372,3 +372,4 @@ NS_NewCmdLineServiceFactory(nsIFactory** aFactory)
|
|||
*aFactory = inst;
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче