xbps-uchroot: fix indentation

This commit is contained in:
Juan RP 2020-02-13 08:59:15 +01:00
parent 6ccee8fd5e
commit 28154f488c

View File

@ -167,7 +167,6 @@ walk_dir(const char *path,
if (rv != 0) { if (rv != 0) {
break; break;
} }
} }
out: out:
free(list); free(list);