gen_init_cpio: remove redundant empty line
Just a completely trivial patch to remove a completely redundant blank line from usr/gen_init_cpio.c Signed-off-by: Jesper Juhl <jj@codesealer.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
744627e91c
commit
59dbaf0415
1 changed files with 0 additions and 1 deletions
|
@ -405,7 +405,6 @@ static char *cpio_replace_env(char *new_location)
|
|||
return new_location;
|
||||
}
|
||||
|
||||
|
||||
static int cpio_mkfile_line(const char *line)
|
||||
{
|
||||
char name[PATH_MAX + 1];
|
||||
|
|
Loading…
Reference in a new issue