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 <[email protected]> Acked-by: Jiri Olsa <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Jin Yao <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Song Liu <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 2316f86 commit d3c0314

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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)