whitespace fix

This commit is contained in:
Dão Gottwald 2009-12-18 15:20:21 +01:00
parent 106ad83390
commit 29904a57fc

View File

@ -310,8 +310,8 @@ function _persistImages(aData) {
function _getLocalImageURI(localFileName) {
var localFile = Cc["@mozilla.org/file/directory_service;1"]
.getService(Ci.nsIProperties)
.get("ProfD", Ci.nsILocalFile);
.getService(Ci.nsIProperties)
.get("ProfD", Ci.nsILocalFile);
localFile.append(localFileName);
return _ioService.newFileURI(localFile);
}