summaryrefslogtreecommitdiffstats
path: root/tester/covoar/qemu-dump-trace.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-04-06 15:24:08 -0500
committerJoel Sherrill <joel@rtems.org>2021-04-06 15:24:08 -0500
commitfcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2 (patch)
tree8d6e9b8d9ff0922d7a5ac404b082f150d83ed989 /tester/covoar/qemu-dump-trace.c
parentcoverage.py: Call covoar once (diff)
downloadrtems-tools-fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2.tar.bz2
covoar: Remove training white spaces
Diffstat (limited to 'tester/covoar/qemu-dump-trace.c')
-rw-r--r--tester/covoar/qemu-dump-trace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester/covoar/qemu-dump-trace.c b/tester/covoar/qemu-dump-trace.c
index aeb93fd..28f6d47 100644
--- a/tester/covoar/qemu-dump-trace.c
+++ b/tester/covoar/qemu-dump-trace.c
@@ -44,10 +44,10 @@ int dump_file(
printf( "0x%08x %d 0x%2x\n", entry.pc, entry.size, entry.op );
}
-
+
fclose( trace );
printf( "instructions = %d\n", instructions );
-
+
return 0;
}