diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-04-06 13:32:24 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-05-17 10:41:33 -0400 |
commit | d7e8623ae9cf93a9b517336085a86cabb014ea77 (patch) | |
tree | 7f461c6010c3d2f44e2d096128af1988feefe9c4 /tools/perf/scripts/python | |
parent | c6fece27dfa46abc8c4b87d94a8c2f8cd6c5d8b1 (diff) |
ftrace/trivial: Clean up record mcount to use Linux switch style
The Linux style for switch statements is:
switch (var) {
case x:
[...]
break;
}
Not:
switch (var) {
case x: {
[...]
} break;
Cc: John Reiser <jreiser@bitwagon.com>
Link: http://lkml.kernel.org/r/20110421023737.523968644@goodmis.org
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions