diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:43:32 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:43:32 -0700 |
commit | f3445b37b67deb8f67f7885274b2544684503f78 (patch) | |
tree | 7728c7ad03f97288e55905fe67725498771729c1 /gprof/basic_blocks.c | |
parent | 3aade68889268c7d15e121d6d63cb1b753ec12fa (diff) | |
download | gdb-f3445b37b67deb8f67f7885274b2544684503f78.zip gdb-f3445b37b67deb8f67f7885274b2544684503f78.tar.gz gdb-f3445b37b67deb8f67f7885274b2544684503f78.tar.bz2 |
Remove trailing spaces in gprof
Diffstat (limited to 'gprof/basic_blocks.c')
-rw-r--r-- | gprof/basic_blocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c index 8f77437..d508867 100644 --- a/gprof/basic_blocks.c +++ b/gprof/basic_blocks.c @@ -282,7 +282,7 @@ print_exec_counts () for (i = 0; i < len; ++i) { sym = sorted_bbs [i]; - + if (sym->ncalls > 0 || ! ignore_zeros) { /* FIXME: This only works if bfd_vma is unsigned long. */ |