Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269018
b: refs/heads/master
c: a1bca6c
h: refs/heads/master
v: v3
  • Loading branch information
Jim Cromie authored and Arnaldo Carvalho de Melo committed Sep 29, 2011
1 parent e06773e commit 50b38a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19f4740255668ca297dcf9f02d80eb9bc87a1d66
refs/heads/master: a1bca6cc87fee26f3d9120b3f3418b7edfc91ec2
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ static void print_noise_pct(double total, double avg)

if (csv_output)
fprintf(output, "%s%.2f%%", csv_sep, pct);
else
else if (pct)
fprintf(output, " ( +-%6.2f%% )", pct);
}

Expand Down

0 comments on commit 50b38a8

Please sign in to comment.