style fixes, no code changes

This commit is contained in:
Denis Vlasenko
2007-04-16 22:32:04 +00:00
parent 17e3c34aa7
commit ac678ec2f1
13 changed files with 34 additions and 17 deletions

View 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;