1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-07 07:55:47 +01:00

Whitespace formatting fixes.

This commit is contained in:
Doug Kearns
2009-01-01 22:10:01 +11:00
parent 0be4723b91
commit 7363551ac0

View File

@@ -393,7 +393,8 @@ function Options() //{{{
} }
} }
function setAction (args, modifiers) { function setAction(args, modifiers)
{
let bang = args.bang; let bang = args.bang;
if (!args.length) if (!args.length)
args[0] = ""; args[0] = "";
@@ -516,7 +517,7 @@ function Options() //{{{
} }
} }
function setCompleter (context, args, modifiers) function setCompleter(context, args, modifiers)
{ {
let filter = context.filter; let filter = context.filter;