summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorIoana Ciornei <ciorneiioana@gmail.com>2015-10-21 23:17:54 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-24 19:33:42 -0700
commit181225530e2f625869fb8ad242444d8efa8a478b (patch)
tree20277c6b6e337954209a345d76359a3a27d9231b /tools/perf/scripts/python/call-graph-from-postgresql.py
parent629c7349a2e5bc6c5680c00b3e822b2384bf0523 (diff)
staging: dgap: remove unnecessary space after cast
This patch removes unnecessary spaces after the cast. Patch done with coccinelle semantic patch: @rule0@ type t; identifier e; constant c; expression expr; @@ ( - (t) e + (t)e | - (t) c + (t)c | - (t) expr + (t)expr ) Signed-off-by: Ioana Ciornei <ciorneiioana@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions