Commit 59dbaf04 authored by Jesper Juhl's avatar Jesper Juhl Committed by Jiri Kosina

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: default avatarJesper Juhl <jj@codesealer.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 744627e9
...@@ -405,7 +405,6 @@ static char *cpio_replace_env(char *new_location) ...@@ -405,7 +405,6 @@ static char *cpio_replace_env(char *new_location)
return new_location; return new_location;
} }
static int cpio_mkfile_line(const char *line) static int cpio_mkfile_line(const char *line)
{ {
char name[PATH_MAX + 1]; char name[PATH_MAX + 1];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment