summaryrefslogtreecommitdiffstats
path: root/tester/covoar/SymbolTable.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-04-06 15:40:42 -0500
committerJoel Sherrill <joel@rtems.org>2021-04-06 15:40:42 -0500
commit092bf04cd2ac4f5cbd632ede174692c20782cbf5 (patch)
treeba6ab403565e56ae0c3c7ad763144e42d49406e7 /tester/covoar/SymbolTable.h
parentcovoar: Remove training white spaces (diff)
downloadrtems-tools-092bf04cd2ac4f5cbd632ede174692c20782cbf5.tar.bz2
covoar: Eliminate tabs
Diffstat (limited to 'tester/covoar/SymbolTable.h')
-rw-r--r--tester/covoar/SymbolTable.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tester/covoar/SymbolTable.h b/tester/covoar/SymbolTable.h
index 4149868..f2899d3 100644
--- a/tester/covoar/SymbolTable.h
+++ b/tester/covoar/SymbolTable.h
@@ -33,9 +33,7 @@ namespace Coverage {
} symbolInfo_t;
typedef std::list< symbolInfo_t > symbolInfo;
- typedef std::list< symbolInfo_t >::iterator symbolInfoIterator_t;
-
-
+ typedef std::list< symbolInfo_t >::iterator symbolInfoIterator_t;
/*!
* This method constructs a SymbolTable instance.