mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 11:52:26 +01:00
whitespace fixes
This commit is contained in:
@@ -120,9 +120,9 @@ function IO() //{{{
|
||||
if (path.exists() && path.normalize)
|
||||
path.normalize();
|
||||
}
|
||||
catch(e)
|
||||
catch (e)
|
||||
{
|
||||
return { exists: function () false, __noSuchMethod__: function () { throw e } };
|
||||
return { exists: function () false, __noSuchMethod__: function () { throw e; } };
|
||||
}
|
||||
return path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user