summaryrefslogtreecommitdiffstats
path: root/tester
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-07-13 11:24:51 -0400
committerJoel Sherrill <joel@rtems.org>2021-09-28 09:01:55 -0500
commit4ca99d00664320f1983771f62da8d32a023ee7c7 (patch)
tree05cc78812edff48f8c4c9b9765e2778905362711 /tester
parentTraceReaderLogQEMU.h: Fix formatting (diff)
downloadrtems-tools-4ca99d00664320f1983771f62da8d32a023ee7c7.tar.bz2
TraceWriterQEMU.h: Fix formatting
Diffstat (limited to 'tester')
-rw-r--r--tester/covoar/TraceWriterQEMU.h6
1 files 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
);
};