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

whitespace fixes

This commit is contained in:
Doug Kearns
2007-11-22 05:32:50 +00:00
parent fce286d6b2
commit 44705af3b1
6 changed files with 11 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ the provisions above, a recipient may use your version of this file under
the terms of any one of the MPL, the GPL or the LGPL.
}}} ***** END LICENSE BLOCK *****/
vimperator.modes = (function ()//{{{
vimperator.modes = (function () //{{{
{
////////////////////////////////////////////////////////////////////////////////
////////////////////// PRIVATE SECTION /////////////////////////////////////////
@@ -233,6 +233,6 @@ vimperator.modes = (function ()//{{{
};
//}}}
})();//}}}
})(); //}}}
// vim: set fdm=marker sw=4 ts=4 et: