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

trivial formatting fixes

This commit is contained in:
Doug Kearns
2008-08-13 05:27:23 +00:00
parent 4815e074a3
commit e8eab457f7
3 changed files with 7 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ liberator.IO = function () //{{{
else
{
filename = (navigator.platform == "Win32") ? "~/_" : "~/.";
filename += extname+ "rc";
filename += extname + "rc";
}
var file = liberator.io.getFile(filename);
@@ -620,9 +620,10 @@ lookup:
liberator.echoerr(e);
}
}
};
}; //}}}
return ioManager;
//}}}
}; //}}}
// vim: set fdm=marker sw=4 ts=4 et: