summaryrefslogtreecommitdiff
path: root/lib/spawn.in.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-10-11 10:49:52 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2010-10-11 10:50:29 -0700
commit03524fda6ad79cb323b60e069a167eaca3600def (patch)
tree31e5a6108d3c0620eb01ca4965fe239927c8dfe5 /lib/spawn.in.h
parent0afab138f4aedb7eaab70957c164aa0e5eb01fce (diff)
downloadgnulib-03524fda6ad79cb323b60e069a167eaca3600def.tar.gz
Indentation.
* lib/spawn.in.h (verify_POSIX_SPAWN_USEVFORK_no_overlap): Indent higher-level operators more to the left.
Diffstat (limited to 'lib/spawn.in.h')
-rw-r--r--lib/spawn.in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/spawn.in.h b/lib/spawn.in.h
index 39d6507387..26c3c10a37 100644
--- a/lib/spawn.in.h
+++ b/lib/spawn.in.h
@@ -150,7 +150,8 @@ 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_USEVFORK)
+ == 0)
? 1 : -1];