Use spaces for indentation, not tabs.
[gnulib.git] / lib / spawn_faction_adddup2.c
index 688873f..e1c707f 100644 (file)
@@ -32,7 +32,7 @@
    `dup2' for the given file descriptors during the `spawn' call.  */
 int
 posix_spawn_file_actions_adddup2 (posix_spawn_file_actions_t *file_actions,
-                                 int fd, int newfd)
+                                  int fd, int newfd)
 {
   int maxfd = __sysconf (_SC_OPEN_MAX);
   struct __spawn_action *rec;