Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349957
b: refs/heads/master
c: dccf180
h: refs/heads/master
i:
  349955: 0e65465
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Jan 24, 2013
1 parent faa6827 commit 17700c7
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: fb29a338b585ebcce793b8e4a6c62440c4574fa7
refs/heads/master: dccf180542c4e27621ea526769014dc97b9e5676
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right)
static int hist_entry__cpu_snprintf(struct hist_entry *self, char *bf,
size_t size, unsigned int width)
{
return repsep_snprintf(bf, size, "%-*d", width, self->cpu);
return repsep_snprintf(bf, size, "%*d", width, self->cpu);
}

struct sort_entry sort_cpu = {
Expand Down

0 comments on commit 17700c7

Please sign in to comment.