1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-02 14:02:26 +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

@@ -27,7 +27,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.IO = function ()//{{{
vimperator.IO = function () //{{{
{
////////////////////////////////////////////////////////////////////////////////
////////////////////// PRIVATE SECTION /////////////////////////////////////////
@@ -290,6 +290,6 @@ vimperator.IO = function ()//{{{
}
};
//}}}
};//}}}
}; //}}}
// vim: set fdm=marker sw=4 ts=4 et: