Clean up whitespace.
This commit is contained in:
@ -133,14 +133,14 @@ static void
|
||||
print_version ()
|
||||
{
|
||||
printf ("ps (cygwin) %d.%d.%d\n"
|
||||
"Show process statistics\n"
|
||||
"Copyright (C) 1996 - %s Red Hat, Inc.\n"
|
||||
"This is free software; see the source for copying conditions. There is NO\n"
|
||||
"Show process statistics\n"
|
||||
"Copyright (C) 1996 - %s Red Hat, Inc.\n"
|
||||
"This is free software; see the source for copying conditions. There is NO\n"
|
||||
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",
|
||||
CYGWIN_VERSION_DLL_MAJOR / 1000,
|
||||
CYGWIN_VERSION_DLL_MAJOR % 1000,
|
||||
CYGWIN_VERSION_DLL_MINOR,
|
||||
strrchr (__DATE__, ' ') + 1);
|
||||
CYGWIN_VERSION_DLL_MAJOR / 1000,
|
||||
CYGWIN_VERSION_DLL_MAJOR % 1000,
|
||||
CYGWIN_VERSION_DLL_MINOR,
|
||||
strrchr (__DATE__, ' ') + 1);
|
||||
}
|
||||
|
||||
char dosdevs[32000];
|
||||
@ -279,7 +279,7 @@ main (int argc, char *argv[])
|
||||
status = 'O';
|
||||
|
||||
/* Maximum possible path length under NT. There's no official define
|
||||
for that value. */
|
||||
for that value. */
|
||||
char pname[NT_MAX_PATH + sizeof (" <defunct>")];
|
||||
if (p->ppid)
|
||||
{
|
||||
@ -355,7 +355,7 @@ main (int argc, char *argv[])
|
||||
if (!n || !GetModuleFileNameExW (h, hm[0], pwname, NT_MAX_PATH))
|
||||
strcpy (pname, "*** unknown ***");
|
||||
else
|
||||
wcstombs (pname, pwname, NT_MAX_PATH);
|
||||
wcstombs (pname, pwname, NT_MAX_PATH);
|
||||
}
|
||||
FILETIME ct, et, kt, ut;
|
||||
if (GetProcessTimes (h, &ct, &et, &kt, &ut))
|
||||
|
Reference in New Issue
Block a user