From: Adrian Hunter <adrian.hun...@intel.com>

Fix a white space issue in db_export__sample()

Signed-off-by: Adrian Hunter <adrian.hun...@intel.com>
Cc: Jiri Olsa <jo...@redhat.com>
Link: http://lkml.kernel.org/r/20190710085810.1650-8-adrian.hun...@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com>
---
 tools/perf/util/db-export.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/util/db-export.c b/tools/perf/util/db-export.c
index 78f62a733b9d..2c3a4ad68428 100644
--- a/tools/perf/util/db-export.c
+++ b/tools/perf/util/db-export.c
@@ -274,7 +274,7 @@ int db_export__sample(struct db_export *dbe, union 
perf_event *event,
                      struct perf_sample *sample, struct perf_evsel *evsel,
                      struct addr_location *al)
 {
-       struct thread* thread = al->thread;
+       struct thread *thread = al->thread;
        struct export_sample es = {
                .event = event,
                .sample = sample,
-- 
2.21.0

Reply via email to