Style fix.

This commit is contained in:
David Xu
2008-06-17 08:23:45 +00:00
parent d1b2bd213c
commit fdbeb80a2b
+2 -1
View File
@@ -332,7 +332,8 @@ posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa,
return (0);
}
int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa,
int
posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa,
int fildes)
{
posix_spawn_file_actions_entry_t *fae;