Use spaces for indentation, not tabs.
[gnulib.git] / lib / spawn_int.h
index ec06779..bcc93e0 100644 (file)
@@ -51,12 +51,12 @@ struct __spawn_action
 # define __posix_spawn_file_actions_realloc gl_posix_spawn_file_actions_realloc
 #endif
 extern int __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t *
-                                              file_actions);
+                                               file_actions);
 
 #if !_LIBC
 # define __spawni gl_posix_spawn_internal
 #endif
 extern int __spawni (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[], int use_path);
+                     const posix_spawn_file_actions_t *file_actions,
+                     const posix_spawnattr_t *attrp, char *const argv[],
+                     char *const envp[], int use_path);