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

Joel Sherrill joel at rtems.org
Tue Sep 28 14:07:47 UTC 2021


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

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

TraceWriterQEMU.h: Fix formatting

---

 tester/covoar/TraceWriterQEMU.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tester/covoar/TraceWriterQEMU.h b/tester/covoar/TraceWriterQEMU.h
index aa89860..7078837 100644
--- a/tester/covoar/TraceWriterQEMU.h
+++ b/tester/covoar/TraceWriterQEMU.h
@@ -44,9 +44,9 @@ namespace Trace {
      *  @return Returns TRUE if the method succeeded and FALSE if it failed.
      */
      bool writeFile(
-       const std::string&         file,
-       Trace::TraceReaderBase    *log,
-       bool                       verbose
+       const std::string&      file,
+       Trace::TraceReaderBase* log,
+       bool                    verbose
      );
   };
 



More information about the vc mailing list