summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_proc.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-09-30 15:17:44 +0000
committerChristopher Faylor <me@cgf.cx>2002-09-30 15:17:44 +0000
commit6cae97d5dc6d2c8e5cb36826c22cf547c1ed6714 (patch)
tree7ed4c25a3a5b5432ba17f51e530f354d021f8f25 /winsup/cygwin/fhandler_proc.cc
parent66dca8bb0d03d1ede951e780f4c07c3115ab0875 (diff)
downloadcygnal-6cae97d5dc6d2c8e5cb36826c22cf547c1ed6714.tar.gz
cygnal-6cae97d5dc6d2c8e5cb36826c22cf547c1ed6714.tar.bz2
cygnal-6cae97d5dc6d2c8e5cb36826c22cf547c1ed6714.zip
whitespace
Diffstat (limited to 'winsup/cygwin/fhandler_proc.cc')
-rw-r--r--winsup/cygwin/fhandler_proc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc
index 0338acd85..86c3c81fb 100644
--- a/winsup/cygwin/fhandler_proc.cc
+++ b/winsup/cygwin/fhandler_proc.cc
@@ -425,7 +425,7 @@ format_proc_uptime (char *destbuf, size_t maxsize)
{
idle_time = spt.IdleTime.QuadPart / 100000ULL;
uptime = (spt.KernelTime.QuadPart +
- spt.UserTime.QuadPart) / 100000ULL;
+ spt.UserTime.QuadPart) / 100000ULL;
}
return __small_sprintf (destbuf, "%U.%02u %U.%02u\n",