[PATCH 0/2] covoar: Trailing white space and Tab Removal fixes

Joel Sherrill joel at rtems.org
Tue Apr 6 20:43:40 UTC 2021


Hi

In committing a patch from Alex, I noticed that git complained about white
space at the end of the line. I checked and there were ~225 lines that applied
to. Then I looked for tabs. As I looked for tabs, I tried to control myself
as there were some places I was itching to clean up but resisted.

+ patch 1 - white space at EOL removed
+ patch 2 - tabs replaced and some clean up to fix formatting.


Patch 1 shows no differences git "git diff -b"

Patch 2 shows a few changes line a line deleted here or there.


Joel Sherrill (2):
  covoar: Remove training white spaces
  covoar: Eliminate tabs

 tester/covoar/ConfigFile.cc          |   4 +-
 tester/covoar/ConfigFile.h           |   8 +-
 tester/covoar/CoverageMap.h          |   4 +-
 tester/covoar/CoverageRanges.cc      |   2 +-
 tester/covoar/CoverageRanges.h       |  16 +-
 tester/covoar/CoverageReaderBase.h   |   4 +-
 tester/covoar/CoverageReaderTSIM.cc  |  16 +-
 tester/covoar/CoverageReaderTSIM.h   |   4 +-
 tester/covoar/CoverageWriterBase.h   |   4 +-
 tester/covoar/CoverageWriterRTEMS.h  |   6 +-
 tester/covoar/CoverageWriterSkyeye.h |   6 +-
 tester/covoar/CoverageWriterTSIM.cc  |   4 +-
 tester/covoar/CoverageWriterTSIM.h   |   6 +-
 tester/covoar/Explanations.h         |   6 +-
 tester/covoar/GcovData.cc            | 719 ++++++++++++++++++-----------------
 tester/covoar/GcovData.h             |  86 ++---
 tester/covoar/GcovFunctionData.cc    |  43 ++-
 tester/covoar/GcovFunctionData.h     | 113 +++---
 tester/covoar/Makefile               |   2 +-
 tester/covoar/ReportsBase.h          |  26 +-
 tester/covoar/ReportsHtml.cc         |   6 +-
 tester/covoar/ReportsHtml.h          |  62 +--
 tester/covoar/ReportsText.cc         |  18 +-
 tester/covoar/ReportsText.h          |  34 +-
 tester/covoar/SymbolTable.cc         |   6 +-
 tester/covoar/SymbolTable.h          |   6 +-
 tester/covoar/TargetBase.h           |   4 +-
 tester/covoar/Target_arm.h           |   2 +-
 tester/covoar/Target_i386.cc         |   4 +-
 tester/covoar/Target_i386.h          |   2 +-
 tester/covoar/Target_lm32.cc         |   4 +-
 tester/covoar/Target_lm32.h          |   2 +-
 tester/covoar/Target_m68k.h          |   2 +-
 tester/covoar/Target_powerpc.h       |   2 +-
 tester/covoar/Target_riscv.h         |   8 +-
 tester/covoar/Target_sparc.cc        |  12 +-
 tester/covoar/Target_sparc.h         |   2 +-
 tester/covoar/TraceList.cc           |  12 +-
 tester/covoar/TraceList.h            |   6 +-
 tester/covoar/TraceReaderBase.h      |   4 +-
 tester/covoar/TraceReaderLogQEMU.h   |   4 +-
 tester/covoar/TraceWriterBase.h      |   4 +-
 tester/covoar/TraceWriterQEMU.h      |   4 +-
 tester/covoar/configFile.txt         |   8 +-
 tester/covoar/configfile_test.cc     |   2 +-
 tester/covoar/coverage_converter.cc  |   8 +-
 tester/covoar/covmerge.cc            |  32 +-
 tester/covoar/covoar.css             |  10 +-
 tester/covoar/mkExplanation          |  10 +-
 tester/covoar/qemu-dump-trace.c      |   4 +-
 tester/covoar/table.js               |  68 ++--
 51 files changed, 718 insertions(+), 713 deletions(-)

-- 
1.8.3.1



More information about the devel mailing list