From f3445b37b67deb8f67f7885274b2544684503f78 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 12 Aug 2015 04:43:32 -0700 Subject: Remove trailing spaces in gprof --- gprof/basic_blocks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof/basic_blocks.c') diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c index 8f77437b651..d5088674616 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. */ -- cgit v1.2.1