summaryrefslogtreecommitdiffstats
path: root/tester/covoar/ConfigFile.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/ConfigFile.h
parentcoverage.py: Call covoar once (diff)
downloadrtems-tools-fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2.tar.bz2
covoar: Remove training white spaces
Diffstat (limited to 'tester/covoar/ConfigFile.h')
-rw-r--r--tester/covoar/ConfigFile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tester/covoar/ConfigFile.h b/tester/covoar/ConfigFile.h
index 88da81b..0bae7ac 100644
--- a/tester/covoar/ConfigFile.h
+++ b/tester/covoar/ConfigFile.h
@@ -12,10 +12,10 @@
namespace Configuration {
/*!
- *
+ *
* This structure contains the configuration parameter
* name and value pair.
- */
+ */
typedef struct {
const char *option;
const char *value;
@@ -31,7 +31,7 @@ namespace Configuration {
public:
- /*!
+ /*!
* This method constructs a FileReader instance.
*
* @param[in] options is the set of options
@@ -40,7 +40,7 @@ namespace Configuration {
Options_t *options
);
- /*!
+ /*!
* This method destructs a FileReader instance.
*/
virtual ~FileReader();