summaryrefslogtreecommitdiffstats
path: root/tester/covoar/SymbolTable.h
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/SymbolTable.h
parentcoverage.py: Call covoar once (diff)
downloadrtems-tools-fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2.tar.bz2
covoar: Remove training white spaces
Diffstat (limited to 'tester/covoar/SymbolTable.h')
-rw-r--r--tester/covoar/SymbolTable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tester/covoar/SymbolTable.h b/tester/covoar/SymbolTable.h
index 7b71304..4149868 100644
--- a/tester/covoar/SymbolTable.h
+++ b/tester/covoar/SymbolTable.h
@@ -31,11 +31,11 @@ namespace Coverage {
uint32_t startingAddress;
uint32_t length;
} symbolInfo_t;
-
+
typedef std::list< symbolInfo_t > symbolInfo;
typedef std::list< symbolInfo_t >::iterator symbolInfoIterator_t;
-
-
+
+
/*!
* This method constructs a SymbolTable instance.