summaryrefslogtreecommitdiffstats
path: root/tester/covoar/TraceList.cc
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/TraceList.cc
parentcoverage.py: Call covoar once (diff)
downloadrtems-tools-fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2.tar.bz2
covoar: Remove training white spaces
Diffstat (limited to 'tester/covoar/TraceList.cc')
-rw-r--r--tester/covoar/TraceList.cc12
1 files changed, 6 insertions, 6 deletions
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
);
}