Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jiri Olsa and committed by
Arnaldo Carvalho de Melo
01e97a59 9b70b9db

+2 -2
+2 -2
tools/perf/util/session.c
··· 227 227 /* Open the directory data. */ 228 228 if (data->is_dir) { 229 229 ret = perf_data__open_dir(data); 230 - if (ret) 231 - goto out_delete; 230 + if (ret) 231 + goto out_delete; 232 232 } 233 233 } 234 234 } else {