summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sysconf.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-12-22 05:57:54 +0000
committerChristopher Faylor <me@cgf.cx>2005-12-22 05:57:54 +0000
commitde935f6d9feb4a671580ad0f685a810749e8ab02 (patch)
treec9df2c01bc228f9f6f5e486efe559a9f8ef56905 /winsup/cygwin/sysconf.cc
parent718dee922f2a168f752a7bceb93f85d114aaceb7 (diff)
downloadcygnal-de935f6d9feb4a671580ad0f685a810749e8ab02.tar.gz
cygnal-de935f6d9feb4a671580ad0f685a810749e8ab02.tar.bz2
cygnal-de935f6d9feb4a671580ad0f685a810749e8ab02.zip
whitespace cleanup to force snapshot.
Diffstat (limited to 'winsup/cygwin/sysconf.cc')
-rw-r--r--winsup/cygwin/sysconf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sysconf.cc b/winsup/cygwin/sysconf.cc
index 7bd8cb618..bdbbb99be 100644
--- a/winsup/cygwin/sysconf.cc
+++ b/winsup/cygwin/sysconf.cc
@@ -124,7 +124,7 @@ sysconf (int in)
case _SC_TTY_NAME_MAX:
return TTY_NAME_MAX;
case _SC_MEMLOCK_RANGE:
- return _POSIX_MEMLOCK_RANGE;
+ return _POSIX_MEMLOCK_RANGE;
}
/* Invalid input or unimplemented sysconf name */