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

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


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

Author:    Ryan Long <ryan.long at oarcorp.com>
Date:      Fri Jul  9 16:03:12 2021 -0400

CoverageWriterTSIM.h: Fix formatting

---

 tester/covoar/CoverageWriterTSIM.h | 6 +++---
 1 file 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
     );
   };
 



More information about the vc mailing list