mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 05:57:58 +01:00
whitespace fixes
This commit is contained in:
@@ -587,7 +587,7 @@ lookup:
|
||||
// handle pure javascript files specially
|
||||
if (/\.js$/.test(filename))
|
||||
{
|
||||
eval("with(liberator){" + str + "}");
|
||||
eval("with (liberator) {" + str + "}");
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -599,7 +599,7 @@ lookup:
|
||||
{
|
||||
if (heredocEnd.test(line))
|
||||
{
|
||||
eval("with(liberator){" + heredoc + "}");
|
||||
eval("with (liberator) {" + heredoc + "}");
|
||||
heredoc = "";
|
||||
heredocEnd = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user