dracut-install.c: untabify
parent
8ad3215590
commit
731b37e929
|
|
@ -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] == '/') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue