Bug 1158218 Follow-up to fix mis-indentation. DONTBUILD, whitespace-only r=me

This commit is contained in:
Ben Kelly 2015-04-24 11:55:06 -07:00
parent ef52e69279
commit db16129daa

View File

@ -139,7 +139,7 @@ ServiceWorkerJob::Done(nsresult aStatus)
GetErrorName(aStatus, errorName);
#endif
NS_WARNING(nsPrintfCString("ServiceWorkerJob failed with error: %s\n",
errorName.get()).get());
errorName.get()).get());
}
if (mQueue) {