summaryrefslogtreecommitdiffstats
path: root/tester/covoar/GcovFunctionData.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/GcovFunctionData.h
parentcoverage.py: Call covoar once (diff)
downloadrtems-tools-fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2.tar.bz2
covoar: Remove training white spaces
Diffstat (limited to 'tester/covoar/GcovFunctionData.h')
-rw-r--r--tester/covoar/GcovFunctionData.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tester/covoar/GcovFunctionData.h b/tester/covoar/GcovFunctionData.h
index 1bc1be9..959d8ff 100644
--- a/tester/covoar/GcovFunctionData.h
+++ b/tester/covoar/GcovFunctionData.h
@@ -90,7 +90,7 @@ typedef std::list<gcov_block_info>::iterator blocks_iterator_t;
);
/*!
- * This method stores name of the function and ties it to its
+ * This method stores name of the function and ties it to its
* unified coverage map.
*
* @param[in] functionName passes name of the the function
@@ -219,8 +219,8 @@ typedef std::list<gcov_block_info>::iterator blocks_iterator_t;
* @param[in] arc passes iterator identifying arc
*/
void printArcInfo(
- FILE * textFile,
- arcs_iterator_t arc
+ FILE * textFile,
+ arcs_iterator_t arc
);
/*!
@@ -229,7 +229,7 @@ typedef std::list<gcov_block_info>::iterator blocks_iterator_t;
* @param[in] block passes iterator identifying block
*/
void printBlockInfo(
- FILE * textFile,
+ FILE * textFile,
blocks_iterator_t block
);
@@ -265,8 +265,8 @@ typedef std::list<gcov_block_info>::iterator blocks_iterator_t;
* @param[in] notTaken used to return not taken counts list
*/
bool processBranches(
- std::list<uint64_t> * taken ,
- std::list<uint64_t> * notTaken
+ std::list<uint64_t> * taken ,
+ std::list<uint64_t> * notTaken
);
};