diff --git a/[refs] b/[refs] index f16c9ff0a095..733f43c93958 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fb29a338b585ebcce793b8e4a6c62440c4574fa7 +refs/heads/master: dccf180542c4e27621ea526769014dc97b9e5676 diff --git a/trunk/tools/perf/util/sort.c b/trunk/tools/perf/util/sort.c index 8b6d70bd749b..a36051b34901 100644 --- a/trunk/tools/perf/util/sort.c +++ b/trunk/tools/perf/util/sort.c @@ -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 = {