summaryrefslogtreecommitdiffstats
path: root/tester/covoar/CoverageWriterTSIM.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/CoverageWriterTSIM.h
parentcoverage.py: Call covoar once (diff)
downloadrtems-tools-fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2.tar.bz2
covoar: Remove training white spaces
Diffstat (limited to 'tester/covoar/CoverageWriterTSIM.h')
-rw-r--r--tester/covoar/CoverageWriterTSIM.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tester/covoar/CoverageWriterTSIM.h b/tester/covoar/CoverageWriterTSIM.h
index 927fd64..b43e1c6 100644
--- a/tester/covoar/CoverageWriterTSIM.h
+++ b/tester/covoar/CoverageWriterTSIM.h
@@ -14,19 +14,19 @@ namespace Coverage {
/*! @class CoverageWriterTSIM
*
- * This class writes a coverage map in TSIM format. The format is
+ * This class writes a coverage map in TSIM format. The format is
* documented in CoverageReaderTSIM.
*/
class CoverageWriterTSIM : public CoverageWriterBase {
public:
- /*!
+ /*!
* This method constructs a CoverageWriterTSIM instance.
*/
CoverageWriterTSIM();
- /*!
+ /*!
* This method destructs a CoverageWriterTSIM instance.
*/
virtual ~CoverageWriterTSIM();