Commit Diff


commit - 27b5fcddf481eb558339d6ad522eb43dca069319
commit + 4c5e4e230791c42af5aef6265f687b7cef8ddd39
blob - ea597a776b6e7351a23b2d6b09b253286483c014
blob + 46732a7fad8ee4cf5c15dc6a0e777d173e597e2f
--- script.c
+++ script.c
@@ -656,7 +656,7 @@ eval(struct op *op)
 	int		 i, ret;
 
 #if DEBUG
-        pp_op(op);
+	pp_op(op);
 	printf("\n");
 #endif