1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 03:57:59 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-06-02 18:11:47 +00:00
parent e49aed94df
commit 973f3e5ca3
15 changed files with 87 additions and 87 deletions

View File

@@ -44,7 +44,7 @@ liberator.IO = function () //{{{
/////////////////////////////////////////////////////////////////////////////}}}
////////////////////// COMMANDS ////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
liberator.commands.add(["cd", "chd[ir]"],
"Change the current directory",
function (args)
@@ -135,7 +135,7 @@ liberator.IO = function () //{{{
liberator.io.writeFile(file, line);
});
liberator.commands.add(["so[urce]"],
"Read Ex commands from a file",
function (args, special)
@@ -477,7 +477,7 @@ lookup:
var extensions = environmentService.get("PATHEXT").split(";");
for (let j = 0; j < extensions.length; j++)
{
path = dirs[i] + "\\" + program + extensions[j];
path = dirs[i] + "\\" + program + extensions[j];
file.initWithPath(path);
if (file.exists())
break lookup;