summaryrefslogtreecommitdiff
path: root/lib/spawn.in.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-10-11 10:17:12 +0200
committerJim Meyering <meyering@redhat.com>2010-10-11 10:17:12 +0200
commit2adeeb98ba9c3a10f0a63dd65a6f5d726ce55802 (patch)
treef147a7d8fb40c0c650f07ff14f93c3af6260fefb /lib/spawn.in.h
parent427cbfd5b427150a71172efdd49db3cb0865cb42 (diff)
downloadgnulib-2adeeb98ba9c3a10f0a63dd65a6f5d726ce55802.tar.gz
spawn.in.h: make indentation consistent with parentheses
* lib/spawn.in.h (verify_POSIX_SPAWN_USEVFORK_no_overlap): Make indentation consistent with parentheses.
Diffstat (limited to 'lib/spawn.in.h')
-rw-r--r--lib/spawn.in.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/spawn.in.h b/lib/spawn.in.h
index d49ea6b240..44bc110835 100644
--- a/lib/spawn.in.h
+++ b/lib/spawn.in.h
@@ -148,9 +148,9 @@ typedef struct
+ 1)
typedef int verify_POSIX_SPAWN_USEVFORK_no_overlap
[(((POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP
- | POSIX_SPAWN_SETSIGDEF | POSIX_SPAWN_SETSIGMASK
- | POSIX_SPAWN_SETSCHEDPARAM | POSIX_SPAWN_SETSCHEDULER)
- & POSIX_SPAWN_USEVFORK) == 0)
+ | POSIX_SPAWN_SETSIGDEF | POSIX_SPAWN_SETSIGMASK
+ | POSIX_SPAWN_SETSCHEDPARAM | POSIX_SPAWN_SETSCHEDULER)
+ & POSIX_SPAWN_USEVFORK) == 0)
? 1 : -1];