[rtems-tools commit] CoverageWriterBase.h: Fix formatting

Joel Sherrill joel at rtems.org
Mon Sep 13 14:47:04 UTC 2021


Module:    rtems-tools
Branch:    master
Commit:    ebf82319623017b9741a03ec6e7e086a28703aa4
Changeset: http://git.rtems.org/rtems-tools/commit/?id=ebf82319623017b9741a03ec6e7e086a28703aa4

Author:    Ryan Long <ryan.long at oarcorp.com>
Date:      Fri Jul  9 15:47:18 2021 -0400

CoverageWriterBase.h: Fix formatting

---

 tester/covoar/CoverageWriterBase.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tester/covoar/CoverageWriterBase.h b/tester/covoar/CoverageWriterBase.h
index fca501a..ee8c148 100644
--- a/tester/covoar/CoverageWriterBase.h
+++ b/tester/covoar/CoverageWriterBase.h
@@ -49,9 +49,9 @@ namespace Coverage {
      */
     virtual void writeFile(
       const std::string& file,
-      CoverageMapBase*  coverage,
-      uint32_t          lowAddress,
-      uint32_t          highAddress
+      CoverageMapBase*   coverage,
+      uint32_t           lowAddress,
+      uint32_t           highAddress
     ) = 0;
   };
 



More information about the vc mailing list