diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index f11031a40290541ff65d13f8ca18f11d7bd99f5c..c816e584016645632e04679aa80a27e11c782ce7 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c @@ -1143,13 +1143,13 @@ static int disasm_line__parse(char *line, const char **namep, char **rawp) } struct annotate_args { - struct arch *arch; - struct map_symbol ms; - struct evsel *evsel; + struct arch *arch; + struct map_symbol ms; + struct evsel *evsel; struct annotation_options *options; - s64 offset; - char *line; - int line_nr; + s64 offset; + char *line; + int line_nr; }; static void annotation_line__init(struct annotation_line *al,