summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Target_i386.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/Target_i386.cc
parentcoverage.py: Call covoar once (diff)
downloadrtems-tools-fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2.tar.bz2
covoar: Remove training white spaces
Diffstat (limited to 'tester/covoar/Target_i386.cc')
-rw-r--r--tester/covoar/Target_i386.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester/covoar/Target_i386.cc b/tester/covoar/Target_i386.cc
index 4567c1e..2990273 100644
--- a/tester/covoar/Target_i386.cc
+++ b/tester/covoar/Target_i386.cc
@@ -1,7 +1,7 @@
/*! @file Target_i386.cc
* @brief Target_i386 Implementation
*
- * This file contains the implementation of the base class for
+ * This file contains the implementation of the base class for
* functions supporting target unique functionallity.
*/
@@ -62,7 +62,7 @@ namespace Target {
)
{
if (!strcmp( &line[strlen(line)-3], "nop")) {
- size = 1;
+ size = 1;
return true;
}