commit 349fd94eff658fa6e93709ccc265abe50b8ca934 from: Omar Polo date: Thu Aug 05 15:50:19 2021 UTC indent commit - f1617022addcf3f843b431e9140b4075fc8108a6 commit + 349fd94eff658fa6e93709ccc265abe50b8ca934 blob - 69dbdc54ccd1194af8b5463ab94cc061aef8a661 blob + 030e267f4e05f8993782575e6af0cf6ec79e6cad --- script.c +++ script.c @@ -603,7 +603,7 @@ eval(struct op *op) break; case OP_FUNCALL: - /* assume airity matches */ + /* assume airity matches */ proc = op->v.funcall.proc; if (proc->nativefn != NULL) {