summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Explanations.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/Explanations.h
parentcoverage.py: Call covoar once (diff)
downloadrtems-tools-fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2.tar.bz2
covoar: Remove training white spaces
Diffstat (limited to 'tester/covoar/Explanations.h')
-rw-r--r--tester/covoar/Explanations.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tester/covoar/Explanations.h b/tester/covoar/Explanations.h
index 9b32358..ce0e4d4 100644
--- a/tester/covoar/Explanations.h
+++ b/tester/covoar/Explanations.h
@@ -70,12 +70,12 @@ namespace Coverage {
*/
std::map<std::string, Explanation> set;
- /*!
+ /*!
* This method constructs an Explanations instance.
*/
Explanations();
- /*!
+ /*!
* This method destructs an Explanations instance.
*/
~Explanations();
@@ -107,7 +107,7 @@ namespace Coverage {
* explanations that were not looked up.
*
* @param[in] fileName specifies the name of the file to write
- */
+ */
void writeNotFound(
const char* const fileName
);