Use tab instead of space

master
Daniel McDonald 6 years ago
parent 7b7b51af5f
commit 49ef169484

@ -52,7 +52,7 @@ cmd_free(struct cmd *c) {
pool_free_context(c->ac); pool_free_context(c->ac);
} }
for(i = 0; i < c->count; ++i) { for(i = 0; i < c->count; ++i) {
free((char*)c->argv[i]); free((char*)c->argv[i]);
} }

Loading…
Cancel
Save