From fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 6 Apr 2021 15:24:08 -0500 Subject: covoar: Remove training white spaces --- tester/covoar/qemu-dump-trace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tester/covoar/qemu-dump-trace.c') 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; } -- cgit v1.2.3