Skip to content

Commit 2ba34aa

Browse files
namhyungacmel
authored andcommitted
perf annotate: Whitespace fixups
Some lines are indented by whitespace characters rather than tabs. Fix them. Signed-off-by: Namhyung Kim <[email protected]> Cc: Andi Kleen <[email protected]> Cc: David Ahern <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 12f8f74 commit 2ba34aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tools/perf/util/annotate.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,15 @@ static int lock__parse(struct ins_operands *ops)
171171
if (disasm_line__parse(ops->raw, &name, &ops->locked.ops->raw) < 0)
172172
goto out_free_ops;
173173

174-
ops->locked.ins = ins__find(name);
175-
if (ops->locked.ins == NULL)
176-
goto out_free_ops;
174+
ops->locked.ins = ins__find(name);
175+
if (ops->locked.ins == NULL)
176+
goto out_free_ops;
177177

178-
if (!ops->locked.ins->ops)
179-
return 0;
178+
if (!ops->locked.ins->ops)
179+
return 0;
180180

181-
if (ops->locked.ins->ops->parse)
182-
ops->locked.ins->ops->parse(ops->locked.ops);
181+
if (ops->locked.ins->ops->parse)
182+
ops->locked.ins->ops->parse(ops->locked.ops);
183183

184184
return 0;
185185

0 commit comments

Comments
 (0)