style fixes, no code changes
[oweals/busybox.git] / shell / hush.c
index 0b5e2a5de7960742cfa20307eda18e74ae367d83..9489fb276ee902686522ea4696b20bf95f3c03b9 100644 (file)
@@ -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;