Skip to content

Commit d3c0314

Browse files
Ravi Bangoriaacmel
authored andcommitted
perf annotate: Align struct annotate_args
Align fields of struct annotate_args. Signed-off-by: Ravi Bangoria <ravi.bangoria@linux.ibm.com> Acked-by: Jiri Olsa <jolsa@redhat.com> Cc: Ian Rogers <irogers@google.com> Cc: Jin Yao <yao.jin@linux.intel.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Song Liu <songliubraving@fb.com> Link: http://lore.kernel.org/lkml/20200204045233.474937-4-ravi.bangoria@linux.ibm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 2316f86 commit d3c0314

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tools/perf/util/annotate.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,13 +1143,13 @@ static int disasm_line__parse(char *line, const char **namep, char **rawp)
11431143
}
11441144

11451145
struct annotate_args {
1146-
struct arch *arch;
1147-
struct map_symbol ms;
1148-
struct evsel *evsel;
1146+
struct arch *arch;
1147+
struct map_symbol ms;
1148+
struct evsel *evsel;
11491149
struct annotation_options *options;
1150-
s64 offset;
1151-
char *line;
1152-
int line_nr;
1150+
s64 offset;
1151+
char *line;
1152+
int line_nr;
11531153
};
11541154

11551155
static void annotation_line__init(struct annotation_line *al,

0 commit comments

Comments
 (0)