diff options
author | Christopher Faylor <me@cgf.cx> | 2000-10-28 05:00:00 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-10-28 05:00:00 +0000 |
commit | eedc36cb12f20ed62f5dfeaea25c84c7c984cf5f (patch) | |
tree | 5171ebc934d3017789e207a6ce10f9627acc5b8c /winsup/utils/ssp.c | |
parent | 3c952fed3fecfe6aec09d07a5cbad293970da0a0 (diff) | |
download | cygnal-eedc36cb12f20ed62f5dfeaea25c84c7c984cf5f.tar.gz cygnal-eedc36cb12f20ed62f5dfeaea25c84c7c984cf5f.tar.bz2 cygnal-eedc36cb12f20ed62f5dfeaea25c84c7c984cf5f.zip |
Cleanup formatting on some files. Remove excessive whitespace.
Diffstat (limited to 'winsup/utils/ssp.c')
-rw-r--r-- | winsup/utils/ssp.c | 4 |
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) { |