From 318604b951e5f74ff9889274d82f908ac5818fac Mon Sep 17 00:00:00 2001 From: vda Date: Mon, 16 Apr 2007 22:32:04 +0000 Subject: style fixes, no code changes git-svn-id: svn://busybox.net/trunk/busybox@18461 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/hush.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/hush.c b/shell/hush.c index 0b5e2a5de..9489fb276 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -1953,7 +1953,8 @@ static int setup_redirect(struct p_context *ctx, int fd, redir_type style, return 0; } -static struct pipe *new_pipe(void) { +static struct pipe *new_pipe(void) +{ struct pipe *pi; pi = xmalloc(sizeof(struct pipe)); pi->num_progs = 0; -- cgit v1.2.3-55-g6feb