On 26/8/17 7:53 am, Cillian O'Donnell wrote: > From: Hermann Felbinger <hermann19...@gmail.com> > > Co-Author: Krzysztof Miesowicz <krzysztof.miesow...@gmail.com> > --- > tester/covoar/ReportsBase.cc | 5 +++-- > tester/covoar/ReportsHtml.cc | 46 > ++++++++++++++++++++++---------------------- > 2 files changed, 26 insertions(+), 25 deletions(-) > > diff --git a/tester/covoar/ReportsBase.cc b/tester/covoar/ReportsBase.cc > index b61fc76..1989add 100644 > --- a/tester/covoar/ReportsBase.cc > +++ b/tester/covoar/ReportsBase.cc > @@ -213,7 +213,8 @@ void ReportsBase::WriteAnnotatedReport( > uint32_t id = 0; > std::string annotation = ""; > std::string line; > - char textLine[150]; > + const std::size_t LINE_LENGTH = 150; > + char textLine[LINE_LENGTH]; >
Formatting? The local vars appear to indent aligned so we should maintain that formatting. Chris _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel