From 9e9e553a70259b647a7f5b30abd91f87a9f3a441 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 24 May 2009 23:46:15 +1000 Subject: [PATCH] Whitespace fixes. --- vimperator/content/config.js | 8 ++++---- xulmus/content/config.js | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/vimperator/content/config.js b/vimperator/content/config.js index 1d088c48..3bbe4fa6 100644 --- a/vimperator/content/config.js +++ b/vimperator/content/config.js @@ -125,10 +125,10 @@ const config = { //{{{ get ignoreKeys() { delete this.ignoreKeys; return this.ignoreKeys = { - "": modes.NORMAL | modes.INSERT, - "": modes.NORMAL | modes.INSERT, - "": modes.NORMAL | modes.INSERT, - "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, } }, diff --git a/xulmus/content/config.js b/xulmus/content/config.js index 004c8500..e7c5fd01 100644 --- a/xulmus/content/config.js +++ b/xulmus/content/config.js @@ -168,10 +168,10 @@ const config = { //{{{ get ignoreKeys() { delete this.ignoreKeys; return this.ignoreKeys = { - "": modes.NORMAL | modes.INSERT, - "": modes.NORMAL | modes.INSERT, - "": modes.NORMAL | modes.INSERT, - "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, + "": modes.NORMAL | modes.INSERT, } },