summaryrefslogtreecommitdiffstats
path: root/tester/covoar/ReportsText.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/ReportsText.h
parentcoverage.py: Call covoar once (diff)
downloadrtems-tools-fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2.tar.bz2
covoar: Remove training white spaces
Diffstat (limited to 'tester/covoar/ReportsText.h')
-rw-r--r--tester/covoar/ReportsText.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/tester/covoar/ReportsText.h b/tester/covoar/ReportsText.h
index cf8a813..91366b5 100644
--- a/tester/covoar/ReportsText.h
+++ b/tester/covoar/ReportsText.h
@@ -56,30 +56,30 @@ class ReportsText: public ReportsBase {
protected:
- /* Inherit documentation from base class. */
- virtual void PutAnnotatedLine(
- FILE* aFile,
- AnnotatedLineState_t state,
- std::string line,
- uint32_t id
+ /* Inherit documentation from base class. */
+ virtual void PutAnnotatedLine(
+ FILE* aFile,
+ AnnotatedLineState_t state,
+ std::string line,
+ uint32_t id
);
-
- /* Inherit documentation from base class. */
+
+ /* Inherit documentation from base class. */
virtual void AnnotatedStart(
FILE* aFile
);
-
- /* Inherit documentation from base class. */
+
+ /* Inherit documentation from base class. */
virtual void AnnotatedEnd(
FILE* aFile
);
-
- /* Inherit documentation from base class. */
+
+ /* Inherit documentation from base class. */
virtual bool PutNoBranchInfo(
FILE* report
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual bool PutBranchEntry(
FILE* report,
unsigned int number,
@@ -88,7 +88,7 @@ class ReportsText: public ReportsBase {
Coverage::CoverageRanges::ranges_t::iterator rangePtr
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual void putCoverageNoRange(
FILE* report,
FILE* noRangeFile,
@@ -96,7 +96,7 @@ class ReportsText: public ReportsBase {
std::string symbol
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual bool PutCoverageLine(
FILE* report,
unsigned int number,
@@ -105,7 +105,7 @@ class ReportsText: public ReportsBase {
Coverage::CoverageRanges::ranges_t::iterator ritr
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual bool PutSizeLine(
FILE* report,
unsigned int number,
@@ -113,7 +113,7 @@ class ReportsText: public ReportsBase {
Coverage::CoverageRanges::ranges_t::iterator range
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual bool PutSymbolSummaryLine(
FILE* report,
unsigned int number,