From acb7a1ce6c4e8418e38763c3f5ce572f4e5ed27b Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 26 Aug 2008 05:13:46 +0000 Subject: [PATCH] whitespace fix --- content/events.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/events.js b/content/events.js index c07994ec..2b602a40 100644 --- a/content/events.js +++ b/content/events.js @@ -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; }