summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sysconf.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-06-06 05:02:13 +0000
committerChristopher Faylor <me@cgf.cx>2011-06-06 05:02:13 +0000
commitb86f999af19e2ef688661a66c07420089425646a (patch)
treeb4d01ee69bf9c61cd94bc98520820608595a3a53 /winsup/cygwin/sysconf.cc
parentdaf7238603ffb7ed994ee492ed63620f6f919835 (diff)
downloadcygnal-b86f999af19e2ef688661a66c07420089425646a.tar.gz
cygnal-b86f999af19e2ef688661a66c07420089425646a.tar.bz2
cygnal-b86f999af19e2ef688661a66c07420089425646a.zip
whitespace elimination
Diffstat (limited to 'winsup/cygwin/sysconf.cc')
-rw-r--r--winsup/cygwin/sysconf.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/sysconf.cc b/winsup/cygwin/sysconf.cc
index 0dbb17610..351946249 100644
--- a/winsup/cygwin/sysconf.cc
+++ b/winsup/cygwin/sysconf.cc
@@ -376,9 +376,9 @@ sysinfo (struct sysinfo *info)
debug_printf ("NtQuerySystemInformation(SystemPagefileInformation), "
"status %p", ret);
totalswap = (memory_status.ullTotalPageFile - memory_status.ullTotalPhys)
- / getsystempagesize ();
+ / getsystempagesize ();
freeswap = (memory_status.ullAvailPageFile - memory_status.ullTotalPhys)
- / getsystempagesize ();
+ / getsystempagesize ();
}
else
{