summaryrefslogtreecommitdiffstats
path: root/tester/covoar/SymbolTable.h
diff options
context:
space:
mode:
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.