[rtems-tools commit] CoverageMap.cc: Fix formatting

Joel Sherrill joel at rtems.org
Tue Sep 7 19:27:12 UTC 2021


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

Author:    Ryan Long <ryan.long at oarcorp.com>
Date:      Tue Jul 13 11:22:32 2021 -0400

CoverageMap.cc: Fix formatting

---

 tester/covoar/CoverageMap.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tester/covoar/CoverageMap.cc b/tester/covoar/CoverageMap.cc
index b470fea..3e0b9ce 100644
--- a/tester/covoar/CoverageMap.cc
+++ b/tester/covoar/CoverageMap.cc
@@ -13,7 +13,7 @@ namespace Coverage {
     const std::string& exefileName,
     uint32_t           low,
     uint32_t           high
-  ) : CoverageMapBase(exefileName, low, high)
+  ) : CoverageMapBase( exefileName, low, high )
   {
   }
 



More information about the vc mailing list