summaryrefslogtreecommitdiffstats
path: root/tester/covoar/ConfigFile.cc
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.cc
parentcoverage.py: Call covoar once (diff)
downloadrtems-tools-fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2.tar.bz2
covoar: Remove training white spaces
Diffstat (limited to 'tester/covoar/ConfigFile.cc')
-rw-r--r--tester/covoar/ConfigFile.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester/covoar/ConfigFile.cc b/tester/covoar/ConfigFile.cc
index ccfc00a..c16b64a 100644
--- a/tester/covoar/ConfigFile.cc
+++ b/tester/covoar/ConfigFile.cc
@@ -93,7 +93,7 @@ namespace Configuration {
* all comments and blanks therefore, only
* an empty string needs to be checked.
*/
- if (line[0] == '\0')
+ if (line[0] == '\0')
continue;
if (sscanf(line, "%s", option) != 1) {
@@ -127,7 +127,7 @@ namespace Configuration {
i++;
for (j=0; line[i] != '\0'; i++, j++ )
value[j] = line[i];
- value[j] = '\0';
+ value[j] = '\0';
if (value[0] == '\0') {
fprintf(
stderr,