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/SymbolTable.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tester/covoar/SymbolTable.h') 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. -- cgit v1.2.3