]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf list: Remove a level of indentation
authorDavid Ahern <dsahern@gmail.com>
Wed, 30 Oct 2013 16:15:06 +0000 (10:15 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 5 Nov 2013 17:25:26 +0000 (14:25 -0300)
commit8e00ddc9dfe09ee131144fdaf6c96ebe95bbbbcb
tree01e79dbe4b5a7ea998f5f3c5a1e38d2bf63b1006
parent5febff0066b8111785d58903b54d414e9ec6a3d0
perf list: Remove a level of indentation

With a return after the if check an indentation level can be removed.
Indentation shift only; no functional changes.

Signed-off-by: David Ahern <dsahern@gmail.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1383149707-1008-1-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-list.c