1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-01 05:25:45 +01:00

Whitespace fixes.

This commit is contained in:
Doug Kearns
2011-04-04 22:10:28 +10:00
parent b1f6343fda
commit 8ef77adb1c
7 changed files with 9 additions and 14 deletions

View File

@@ -116,7 +116,7 @@ var IO = Module("io", {
outer:
for (let dir in values(dirs)) {
for (let [,path] in Iterator(paths)) {
for (let [, path] in Iterator(paths)) {
let file = dir.child(path);
dactyl.echomsg(_("io.searchingFor", file.path.quote()), 3);