From 092bf04cd2ac4f5cbd632ede174692c20782cbf5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 6 Apr 2021 15:40:42 -0500 Subject: covoar: Eliminate tabs --- tester/covoar/Target_riscv.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tester/covoar/Target_riscv.h') 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 -- cgit v1.2.3