From ad116b655906263402a88a152ada1f67a176d754 Mon Sep 17 00:00:00 2001 From: Ryan Long Date: Wed, 22 Sep 2021 16:16:09 -0400 Subject: Explanations.h: Fix formatting --- tester/covoar/Explanations.h | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'tester/covoar') 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 ); }; -- cgit v1.2.3