From 66d0eff12fdf31e520493e7c2accb95410dcaec2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 31 Aug 2017 17:30:17 +0200 Subject: style --- pipeto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pipeto.c') diff --git a/pipeto.c b/pipeto.c index 8014584..4392548 100644 --- a/pipeto.c +++ b/pipeto.c @@ -47,7 +47,7 @@ pipeto(const char *cmdline) break; *cp++ = 0; while (*cp == ' ') - cp++; + cp++; } argv[argc] = 0; @@ -96,6 +96,6 @@ pipeclose(pid_t pid) fflush(0); close(1); waitpid(pid, &s, 0); - + return s; } -- cgit 1.4.1