Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-10-28 09:00:00 +0400
committerChristopher Faylor <me@cgf.cx>2000-10-28 09:00:00 +0400
commiteedc36cb12f20ed62f5dfeaea25c84c7c984cf5f (patch)
tree5171ebc934d3017789e207a6ce10f9627acc5b8c /winsup/utils/ssp.c
parent3c952fed3fecfe6aec09d07a5cbad293970da0a0 (diff)
Cleanup formatting on some files. Remove excessive whitespace.
Diffstat (limited to 'winsup/utils/ssp.c')
-rw-r--r--winsup/utils/ssp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/ssp.c b/winsup/utils/ssp.c
index 114ff3a57..1abde5394 100644
--- a/winsup/utils/ssp.c
+++ b/winsup/utils/ssp.c
@@ -498,7 +498,7 @@ run_program (char *cmdline)
if (++qq % 100 == 0)
fprintf (stderr, " %08x %d %d \r",
pc, ncalls, opcode_count);
-
+
if (sp == last_sp-4)
{
ncalls++;
@@ -598,7 +598,7 @@ run_program (char *cmdline)
if (verbose)
printf ("load dll %08x:",
(int)event.u.LoadDll.lpBaseOfDll);
-
+
dll_ptr = (char *)"( u n k n o w n ) \0\0";
if (event.u.LoadDll.lpImageName)
{