From 268395a0fc7871eac24485e076617b6ace15aaca Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 3 Oct 2008 18:14:49 +0000 Subject: [PATCH] whitespace fixes --- content/buffer.js | 2 +- content/liberator.js | 2 +- content/util.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/buffer.js b/content/buffer.js index 0a10becd..e15ebd8a 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -1246,7 +1246,7 @@ liberator.Buffer = function () //{{{ // TODO: make this an XBL element rather than messing with the content // document var doc = frames[next].document; - var indicator = + var indicator =
; diff --git a/content/liberator.js b/content/liberator.js index efdd331d..221a00e3 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -43,7 +43,7 @@ const liberator = (function () //{{{ liberator.dump(message + "\n"); liberator[name] = func(); } - catch(e) + catch (e) { liberator.dump(e + "\n"); } diff --git a/content/util.js b/content/util.js index fd2de41f..f59a9080 100644 --- a/content/util.js +++ b/content/util.js @@ -34,7 +34,7 @@ liberator.util = { //{{{ .createInstance(Components.interfaces.nsITimer); this.doneAt = 0; this.latest = 0; - this.notify = function (aTimer) + this.notify = function (aTimer) { timer.cancel(); this.doneAt = Date.now() + minInterval;