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/TraceList.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tester/covoar/TraceList.cc') diff --git a/tester/covoar/TraceList.cc b/tester/covoar/TraceList.cc index 514813b..a4e29e6 100644 --- a/tester/covoar/TraceList.cc +++ b/tester/covoar/TraceList.cc @@ -7,8 +7,8 @@ namespace Trace { { } - TraceList::~TraceList() - { + TraceList::~TraceList() + { } void TraceList::add( @@ -23,15 +23,15 @@ namespace Trace { t.length = highAddressArg - lowAddressArg; t.exitReason = why; - set.push_back( t ); + set.push_back( t ); } void TraceList::ShowTrace( traceRange_t *t) { printf( - "Start 0x%x, length 0x%03x Reason %d\n", - t->lowAddress, - t->length, + "Start 0x%x, length 0x%03x Reason %d\n", + t->lowAddress, + t->length, t->exitReason ); } -- cgit v1.2.3