[PATCH rtems-tools 5/8] Explanations.h: Fix formatting

Ryan Long ryan.long at oarcorp.com
Fri Dec 3 14:47:56 UTC 2021


---
 tester/covoar/Explanations.h | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/tester/covoar/Explanations.h b/tester/covoar/Explanations.h
index ca7c749..c147c11 100644
--- a/tester/covoar/Explanations.h
+++ b/tester/covoar/Explanations.h
@@ -49,7 +49,7 @@ namespace Coverage {
     /*!
      *  This method constructs an Explanation instance.
      */
-    Explanation() {found = false;}
+    Explanation() { found = false; }
 
     /*!
      *  This method destructs an Explanation instance.
@@ -87,9 +87,7 @@ namespace Coverage {
      *  @param[in] explanations specifies the file name containing
      *             the explanation information
      */
-    void load(
-      const std::string& explanations
-    );
+    void load( const std::string& explanations );
 
     /*!
      *  This method returns the explanation associated with the
@@ -98,9 +96,7 @@ namespace Coverage {
      *  @param[in] start specifies the starting line number for
      *             which to search
      */
-    const Explanation *lookupExplanation(
-      const std::string& start
-    );
+    const Explanation *lookupExplanation( const std::string& start );
 
     /*!
      *  This method writes a file that contains a list of any
@@ -108,9 +104,7 @@ namespace Coverage {
      *
      *  @param[in] fileName specifies the name of the file to write
      */
-    void writeNotFound(
-      const std::string& fileName
-    );
+    void writeNotFound( const std::string& fileName );
 
   };
 
-- 
1.8.3.1



More information about the devel mailing list