mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
whitespace fix
This commit is contained in:
parent
106ad83390
commit
29904a57fc
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user