1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 16:44:10 +01:00

whitespace fix

This commit is contained in:
Doug Kearns
2008-08-26 05:13:46 +00:00
parent afca48ca35
commit acb7a1ce6c

View File

@@ -127,7 +127,8 @@ liberator.AutoCommands = function () //{{{
var flag = true;
for (var y = 0; y < autoCommands[eventsIter[i]].length; y++)
{
if (autoCommands[eventsIter[i]][y][0] == regex && autoCommands[eventsIter[i]][y][1] == cmds) {
if (autoCommands[eventsIter[i]][y][0] == regex && autoCommands[eventsIter[i]][y][1] == cmds)
{
flag = false;
break;
}