Bug 271823 - "do_GetIOService should use nsGetServiceByCID" (Fix the indentation error) [r=Neil]

This commit is contained in:
Ryan VanderMeulen 2008-08-20 00:09:03 -05:00
Родитель 56f0200552
Коммит fcc4ca6de7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -871,7 +871,7 @@ nsFtpState::R_syst() {
NS_ERROR("Server type list format unrecognized.");
// Guessing causes crashes.
// (Of course, the parsing code should be more robust...)
nsCOMPtr<nsIStringBundleService> bundleService =
nsCOMPtr<nsIStringBundleService> bundleService =
do_GetService(NS_STRINGBUNDLE_CONTRACTID);
if (!bundleService)
return FTP_ERROR;