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

whitespace fixes

This commit is contained in:
Doug Kearns
2008-08-21 05:15:24 +00:00
parent 5f37761bf3
commit b08d4630e5
2 changed files with 3 additions and 3 deletions

View File

@@ -431,7 +431,7 @@ liberator.Commands = function () //{{{
if ((!onlyArgumentsRemaining) && /^--(\s|$)/.test(sub))
{
onlyArgumentsRemaining = true;
i+=2;
i += 2;
continue;
}