aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2019-03-21 18:00:44 -0400
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2019-03-22 15:14:11 -0400
commit5b95455cc170429ecedded8b62c51e4d4a50bc0e (patch)
treedbeedac27ce3b6a451c64394eca6d9973d64858a
parent870549e98a79136a5293785c52c8d23903a9a906 (diff)
downloadtrace-cmd-5b95455cc170429ecedded8b62c51e4d4a50bc0e.tar.gz
trace-cmd: Fix whitespace in tracecmd_init_data()
The cpu variable was not indented correctly. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
-rw-r--r--lib/trace-cmd/trace-input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/trace-cmd/trace-input.c b/lib/trace-cmd/trace-input.c
index c03aea8f..69385131 100644
--- a/lib/trace-cmd/trace-input.c
+++ b/lib/trace-cmd/trace-input.c
@@ -2390,7 +2390,7 @@ static int read_and_parse_trace_clock(struct tracecmd_input *handle,
int tracecmd_init_data(struct tracecmd_input *handle)
{
struct tep_handle *pevent = handle->pevent;
- unsigned int cpus;
+ unsigned int cpus;
int ret;
if (read4(handle, &cpus) < 0)