dracut-install.c: untabify

master
Harald Hoyer 2018-05-07 15:23:04 +02:00
parent 8ad3215590
commit 731b37e929
1 changed files with 12 additions and 13 deletions

View File

@ -1440,7 +1440,6 @@ static int install_modules(int argc, char **argv)
for (i = 0; i < argc; i++) {
int r = 0;
int ret = -1;

log_debug("Handle module '%s'", argv[i]);

if (argv[i][0] == '/') {