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

Whitespace fixes.

This commit is contained in:
Doug Kearns
2010-10-02 17:49:55 +10:00
parent 21514370da
commit ec9b83d898
32 changed files with 43 additions and 358 deletions

View File

@@ -541,7 +541,7 @@ lookup:
// NOTE: this command is only used in :source
commands.add(["fini[sh]"],
"Stop sourcing a script file",
function () {
function () {
dactyl.assert(io.sourcing, "E168: :finish used outside of a sourced file");
io.sourcing.finished = true;
},