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