summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Target_riscv.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-04-06 15:40:42 -0500
committerJoel Sherrill <joel@rtems.org>2021-04-06 15:40:42 -0500
commit092bf04cd2ac4f5cbd632ede174692c20782cbf5 (patch)
treeba6ab403565e56ae0c3c7ad763144e42d49406e7 /tester/covoar/Target_riscv.h
parentcovoar: Remove training white spaces (diff)
downloadrtems-tools-092bf04cd2ac4f5cbd632ede174692c20782cbf5.tar.bz2
covoar: Eliminate tabs
Diffstat (limited to 'tester/covoar/Target_riscv.h')
-rw-r--r--tester/covoar/Target_riscv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tester/covoar/Target_riscv.h b/tester/covoar/Target_riscv.h
index c1cf7ab..64a63d4 100644
--- a/tester/covoar/Target_riscv.h
+++ b/tester/covoar/Target_riscv.h
@@ -68,7 +68,7 @@ namespace Target {
*/
bool isNopLine(
const char* const line,
- int& size
+ int& size
);
/*!
@@ -81,15 +81,15 @@ namespace Target {
bool isBranch(
const char* const instruction
- );
+ );
- private:
+ private:
};
TargetBase *Target_riscv_Constructor(
std::string targetName
- );
+ );
}
#endif