mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 14:17:43 +00:00
perf session: Fix indent in perf_session__new()"
Fix up indentation. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Link: http://lore.kernel.org/lkml/20191007112027.GD6919@krava Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
9b70b9db4e
commit
01e97a59ea
1 changed files with 2 additions and 2 deletions
|
@ -227,8 +227,8 @@ struct perf_session *perf_session__new(struct perf_data *data,
|
|||
/* Open the directory data. */
|
||||
if (data->is_dir) {
|
||||
ret = perf_data__open_dir(data);
|
||||
if (ret)
|
||||
goto out_delete;
|
||||
if (ret)
|
||||
goto out_delete;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue