[PATCH v1 01/10] CoverageMap.cc: Fix formatting

Ryan Long ryan.long at oarcorp.com
Thu Sep 2 19:24:30 UTC 2021


---
 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 )
   {
   }
 
-- 
1.8.3.1



More information about the devel mailing list