1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 23:47:58 +01:00

fix whitespace formatting - remove leading tab characters with :retab

This commit is contained in:
Doug Kearns
2007-08-17 16:40:06 +00:00
parent dd14513fa2
commit 3efc83341c
4 changed files with 100 additions and 100 deletions

View File

@@ -28,9 +28,9 @@ the terms of any one of the MPL, the GPL or the LGPL.
const vimperator = (function() //{{{
{
////////////////////////////////////////////////////////////////////////////////
////////////////////// PRIVATE SECTION /////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
////////////////////////////////////////////////////////////////////////////////
////////////////////// PRIVATE SECTION /////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
const RC_FILE = "~/.vimperatorrc";
const PLUGIN_DIR = "~/.vimperator/plugin";
@@ -70,7 +70,7 @@ const vimperator = (function() //{{{
var mode = modes.NORMAL;
var extended_mode = modes.NONE;
var callbacks = [];
var callbacks = [];
// our services
var sound_service = Components.classes['@mozilla.org/sound;1']
@@ -145,9 +145,9 @@ const vimperator = (function() //{{{
return path;
}
/////////////////////////////////////////////////////////////////////////////}}}
////////////////////// PUBLIC SECTION //////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
/////////////////////////////////////////////////////////////////////////////}}}
////////////////////// PUBLIC SECTION //////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
return {