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

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


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

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

CoverageWriterRTEMS.h: Fix formatting

---

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



More information about the vc mailing list