mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:08:00 +01:00
whitespace fixes
This commit is contained in:
@@ -293,7 +293,7 @@ const liberator = (function () //{{{
|
||||
{
|
||||
try
|
||||
{
|
||||
eval("with(liberator) {" + args + "}");
|
||||
eval("with (liberator) {" + args + "}");
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
@@ -352,7 +352,7 @@ const liberator = (function () //{{{
|
||||
else
|
||||
{
|
||||
while (i--)
|
||||
eval("with(liberator) {" + args + "}");
|
||||
eval("with (liberator) {" + args + "}");
|
||||
}
|
||||
|
||||
if (special)
|
||||
@@ -398,7 +398,7 @@ const liberator = (function () //{{{
|
||||
if (args && args[0] == ":")
|
||||
liberator.execute(args);
|
||||
else
|
||||
eval("with(liberator){" + args + "}");
|
||||
eval("with (liberator) {" + args + "}");
|
||||
|
||||
if (special)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user