summaryrefslogtreecommitdiffstats
path: root/tester/covoar
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-07-09 16:03:12 -0400
committerJoel Sherrill <joel@rtems.org>2021-09-13 09:38:30 -0500
commit08fbfb4e209f79e7ddb02cf05e61cf391401b043 (patch)
tree68b6b2f217fa635bf9335bffc0e4ecace1f750ac /tester/covoar
parentCoverageWriterTSIM.cc: Fix formatting (diff)
downloadrtems-tools-08fbfb4e209f79e7ddb02cf05e61cf391401b043.tar.bz2
CoverageWriterTSIM.h: Fix formatting
Diffstat (limited to 'tester/covoar')
-rw-r--r--tester/covoar/CoverageWriterTSIM.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tester/covoar/CoverageWriterTSIM.h b/tester/covoar/CoverageWriterTSIM.h
index 5ae57f8..9325a6a 100644
--- a/tester/covoar/CoverageWriterTSIM.h
+++ b/tester/covoar/CoverageWriterTSIM.h
@@ -36,9 +36,9 @@ namespace Coverage {
/* Inherit documentation from base class. */
void writeFile(
const std::string& file,
- CoverageMapBase* coverage,
- uint32_t lowAddress,
- uint32_t highAddress
+ CoverageMapBase* coverage,
+ uint32_t lowAddress,
+ uint32_t highAddress
);
};