diff lib/spawn.c @ 12421:e8d2c6fc33ad

Use spaces for indentation, not tabs.
author Bruno Haible <bruno@clisp.org>
date Thu, 10 Dec 2009 20:28:30 +0100 (2009-12-10)
parents 47d5b14c7a94
children b5e42ef33b49
line wrap: on
line diff
--- a/lib/spawn.c
+++ b/lib/spawn.c
@@ -25,9 +25,9 @@
    Before running the process perform the actions described in FILE-ACTIONS. */
 int
 posix_spawn (pid_t *pid, const char *path,
-	     const posix_spawn_file_actions_t *file_actions,
-	     const posix_spawnattr_t *attrp, char *const argv[],
-	     char *const envp[])
+             const posix_spawn_file_actions_t *file_actions,
+             const posix_spawnattr_t *attrp, char *const argv[],
+             char *const envp[])
 {
   return __spawni (pid, path, file_actions, attrp, argv, envp, 0);
 }