summaryrefslogtreecommitdiffstats
path: root/tester/covoar/CoverageWriterRTEMS.h
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/CoverageWriterRTEMS.h')
-rw-r--r--tester/covoar/CoverageWriterRTEMS.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tester/covoar/CoverageWriterRTEMS.h b/tester/covoar/CoverageWriterRTEMS.h
index c760936..9110303 100644
--- a/tester/covoar/CoverageWriterRTEMS.h
+++ b/tester/covoar/CoverageWriterRTEMS.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
);
};