Commit-ID:  c04dfafa6033ca2eddc56fe188017d9ae50414c9
Gitweb:     http://git.kernel.org/tip/c04dfafa6033ca2eddc56fe188017d9ae50414c9
Author:     Arnaldo Carvalho de Melo <a...@redhat.com>
AuthorDate: Fri, 24 Mar 2017 14:54:06 -0300
Committer:  Arnaldo Carvalho de Melo <a...@redhat.com>
CommitDate: Fri, 24 Mar 2017 16:05:31 -0300

perf trace: Fix up error path indentation

Trivial fix removing a tab in an error path.

Link: http://lkml.kernel.org/n/tip-c14mk6cqaiby8gf5rpft3...@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com>
---
 tools/perf/builtin-trace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c
index 33c657c..2425605 100644
--- a/tools/perf/builtin-trace.c
+++ b/tools/perf/builtin-trace.c
@@ -1663,7 +1663,7 @@ static int trace__vfs_getname(struct trace *trace, struct 
perf_evsel *evsel,
                char *f = realloc(ttrace->filename.name, filename_len + 1);
 
                if (f == NULL)
-                               goto out;
+                       goto out;
 
                ttrace->filename.namelen = filename_len;
                ttrace->filename.name = f;

Reply via email to