mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-04 12:23:35 +02:00
Fix some minor function formatting faux pas.
This commit is contained in:
@@ -736,7 +736,8 @@ function IO() //{{{
|
||||
writeFile: function (file, buf, mode, perms, encoding)
|
||||
{
|
||||
let ofstream = Cc["@mozilla.org/network/file-output-stream;1"].createInstance(Ci.nsIFileOutputStream);
|
||||
function getStream(defaultChar) {
|
||||
function getStream(defaultChar)
|
||||
{
|
||||
let stream = Cc["@mozilla.org/intl/converter-output-stream;1"].createInstance(Ci.nsIConverterOutputStream);
|
||||
stream.init(ofstream, encoding, 0, defaultChar);
|
||||
return stream;
|
||||
|
||||
Reference in New Issue
Block a user