Skip to content

Commit

Permalink
gen_init_cpio: remove redundant empty line
Browse files Browse the repository at this point in the history
Just a completely trivial patch to remove a completely redundant blank
line from usr/gen_init_cpio.c

Signed-off-by: Jesper Juhl <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
jjuhl authored and Jiri Kosina committed Nov 19, 2012
1 parent 744627e commit 59dbaf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usr/gen_init_cpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 59dbaf0

Please sign in to comment.