diff options
author | ed <ed@FreeBSD.org> | 2011-06-26 18:27:17 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-06-26 18:27:17 +0000 |
commit | e9ebd6639ddfde813ebdd9882ef630063a45db60 (patch) | |
tree | 821b5367fa27ac28076891eb2b0c495217113de1 /lib/libc/gen/posix_spawn.c | |
parent | 4ef034d1ea803fc7e2746f9360ad74f8e6ac77be (diff) | |
download | FreeBSD-src-e9ebd6639ddfde813ebdd9882ef630063a45db60.zip FreeBSD-src-e9ebd6639ddfde813ebdd9882ef630063a45db60.tar.gz |
Fix whitespace inconsistencies in libc in files copyrighted by me.
Diffstat (limited to 'lib/libc/gen/posix_spawn.c')
-rw-r--r-- | lib/libc/gen/posix_spawn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/posix_spawn.c b/lib/libc/gen/posix_spawn.c index 58044b3..e4ceb20 100644 --- a/lib/libc/gen/posix_spawn.c +++ b/lib/libc/gen/posix_spawn.c @@ -182,7 +182,7 @@ process_file_actions(const posix_spawn_file_actions_t fa) if (error) return (error); } - return (0); + return (0); } static int @@ -193,7 +193,7 @@ do_posix_spawn(pid_t *pid, const char *path, { pid_t p; volatile int error = 0; - + p = vfork(); switch (p) { case -1: |