summaryrefslogtreecommitdiffstats
path: root/tester/covoar/ReportsHtml.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/ReportsHtml.h
parentcoverage.py: Call covoar once (diff)
downloadrtems-tools-fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2.tar.bz2
covoar: Remove training white spaces
Diffstat (limited to 'tester/covoar/ReportsHtml.h')
-rw-r--r--tester/covoar/ReportsHtml.h62
1 files changed, 31 insertions, 31 deletions
diff --git a/tester/covoar/ReportsHtml.h b/tester/covoar/ReportsHtml.h
index 7972ce1..60c5dc8 100644
--- a/tester/covoar/ReportsHtml.h
+++ b/tester/covoar/ReportsHtml.h
@@ -67,99 +67,99 @@ class ReportsHtml: public ReportsBase {
protected:
/*!
- * This variable tracks the annotated state at the time the
+ * This variable tracks the annotated state at the time the
* last line was output. This allows the text formating to change
* based upon the type of lines being put out: source code or assembly
* object dump line....
*/
AnnotatedLineState_t lastState_m;
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual FILE* OpenAnnotatedFile(
const char* const fileName
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual FILE* OpenBranchFile(
const char* const fileName,
bool hasBranches
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual FILE* OpenCoverageFile(
const char* const fileName
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
FILE* OpenNoRangeFile(
const char* const fileName
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual FILE* OpenSizeFile(
const char* const fileName
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual FILE* OpenSymbolSummaryFile(
const char* const fileName
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual void CloseAnnotatedFile(
FILE* aFile
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual void CloseBranchFile(
FILE* aFile,
bool hasBranches
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual void CloseCoverageFile(
FILE* aFile
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
void CloseNoRangeFile(
FILE* aFile
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual void CloseSizeFile(
FILE* aFile
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual void CloseSymbolSummaryFile(
FILE* aFile
);
- /* 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,
@@ -168,7 +168,7 @@ class ReportsHtml: 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,
@@ -176,7 +176,7 @@ class ReportsHtml: public ReportsBase {
std::string symbol
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual bool PutCoverageLine(
FILE* report,
unsigned int number,
@@ -185,7 +185,7 @@ class ReportsHtml: 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,
@@ -193,7 +193,7 @@ class ReportsHtml: 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,
@@ -201,12 +201,12 @@ class ReportsHtml: public ReportsBase {
const SymbolInformation& symbolInfo
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual FILE* OpenFile(
const char* const fileName
);
- /* Inherit documentation from base class. */
+ /* Inherit documentation from base class. */
virtual bool WriteExplationFile(
const char* fileName,
const Coverage::Explanation* explanation