aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/cygcheck.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-09-13 15:33:37 +0000
committerChristopher Faylor <me@cgf.cx>2006-09-13 15:33:37 +0000
commit8552e20ec41312d5e6cc33011a1023b9db03cff3 (patch)
tree8c288f65945b58c9c0044fa1e26f165b848a70d4 /winsup/utils/cygcheck.cc
parentaa45b3b73d945ca6f6f8101614131f5c39e5d8ac (diff)
downloadnewlib-8552e20ec41312d5e6cc33011a1023b9db03cff3.zip
newlib-8552e20ec41312d5e6cc33011a1023b9db03cff3.tar.gz
newlib-8552e20ec41312d5e6cc33011a1023b9db03cff3.tar.bz2
white space
Diffstat (limited to 'winsup/utils/cygcheck.cc')
-rw-r--r--winsup/utils/cygcheck.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index 0cbde87..c88ff49 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -1839,7 +1839,7 @@ main (int argc, char **argv)
user's original environment. */
char *posixly = getenv ("POSIXLY_CORRECT");
if (posixly == NULL)
- (void) putenv("POSIXLY_CORRECT=1");
+ (void) putenv("POSIXLY_CORRECT=1");
while ((i = getopt_long (argc, argv, opts, longopts, NULL)) != EOF)
switch (i)
{