Use spaces for indentation, not tabs.
[gnulib.git] / lib / spawn_faction_addclose.c
index 3566047..26b25f6 100644 (file)
@@ -32,7 +32,7 @@
    `close' for the given file descriptor during the `spawn' call.  */
 int
 posix_spawn_file_actions_addclose (posix_spawn_file_actions_t *file_actions,
-                                  int fd)
+                                   int fd)
 {
   int maxfd = __sysconf (_SC_OPEN_MAX);
   struct __spawn_action *rec;