<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 6, 2021, 4:43 PM Gedare Bloom <<a href="mailto:gedare@rtems.org">gedare@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Joel,<br>
<br>
I think this is fine for you to push, since it will only cause<br>
headaches for you and Alex if there are whitespace-induced merge<br>
conflicts ;)<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">If only one of the cats were in my lap so I could stroke it while making an evil laugh. :)</div><div dir="auto"><br></div><div dir="auto">--joel</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Gedare<br>
<br>
On Tue, Apr 6, 2021 at 2:43 PM Joel Sherrill <<a href="mailto:joel@rtems.org" target="_blank" rel="noreferrer">joel@rtems.org</a>> wrote:<br>
><br>
> Hi<br>
><br>
> In committing a patch from Alex, I noticed that git complained about white<br>
> space at the end of the line. I checked and there were ~225 lines that applied<br>
> to. Then I looked for tabs. As I looked for tabs, I tried to control myself<br>
> as there were some places I was itching to clean up but resisted.<br>
><br>
> + patch 1 - white space at EOL removed<br>
> + patch 2 - tabs replaced and some clean up to fix formatting.<br>
><br>
><br>
> Patch 1 shows no differences git "git diff -b"<br>
><br>
> Patch 2 shows a few changes line a line deleted here or there.<br>
><br>
><br>
> Joel Sherrill (2):<br>
>   covoar: Remove training white spaces<br>
>   covoar: Eliminate tabs<br>
><br>
>  tester/covoar/ConfigFile.cc          |   4 +-<br>
>  tester/covoar/ConfigFile.h           |   8 +-<br>
>  tester/covoar/CoverageMap.h          |   4 +-<br>
>  tester/covoar/CoverageRanges.cc      |   2 +-<br>
>  tester/covoar/CoverageRanges.h       |  16 +-<br>
>  tester/covoar/CoverageReaderBase.h   |   4 +-<br>
>  tester/covoar/CoverageReaderTSIM.cc  |  16 +-<br>
>  tester/covoar/CoverageReaderTSIM.h   |   4 +-<br>
>  tester/covoar/CoverageWriterBase.h   |   4 +-<br>
>  tester/covoar/CoverageWriterRTEMS.h  |   6 +-<br>
>  tester/covoar/CoverageWriterSkyeye.h |   6 +-<br>
>  tester/covoar/CoverageWriterTSIM.cc  |   4 +-<br>
>  tester/covoar/CoverageWriterTSIM.h   |   6 +-<br>
>  tester/covoar/Explanations.h         |   6 +-<br>
>  tester/covoar/GcovData.cc            | 719 ++++++++++++++++++-----------------<br>
>  tester/covoar/GcovData.h             |  86 ++---<br>
>  tester/covoar/GcovFunctionData.cc    |  43 ++-<br>
>  tester/covoar/GcovFunctionData.h     | 113 +++---<br>
>  tester/covoar/Makefile               |   2 +-<br>
>  tester/covoar/ReportsBase.h          |  26 +-<br>
>  tester/covoar/ReportsHtml.cc         |   6 +-<br>
>  tester/covoar/ReportsHtml.h          |  62 +--<br>
>  tester/covoar/ReportsText.cc         |  18 +-<br>
>  tester/covoar/ReportsText.h          |  34 +-<br>
>  tester/covoar/SymbolTable.cc         |   6 +-<br>
>  tester/covoar/SymbolTable.h          |   6 +-<br>
>  tester/covoar/TargetBase.h           |   4 +-<br>
>  tester/covoar/Target_arm.h           |   2 +-<br>
>  tester/covoar/Target_i386.cc         |   4 +-<br>
>  tester/covoar/Target_i386.h          |   2 +-<br>
>  tester/covoar/Target_lm32.cc         |   4 +-<br>
>  tester/covoar/Target_lm32.h          |   2 +-<br>
>  tester/covoar/Target_m68k.h          |   2 +-<br>
>  tester/covoar/Target_powerpc.h       |   2 +-<br>
>  tester/covoar/Target_riscv.h         |   8 +-<br>
>  tester/covoar/Target_sparc.cc        |  12 +-<br>
>  tester/covoar/Target_sparc.h         |   2 +-<br>
>  tester/covoar/TraceList.cc           |  12 +-<br>
>  tester/covoar/TraceList.h            |   6 +-<br>
>  tester/covoar/TraceReaderBase.h      |   4 +-<br>
>  tester/covoar/TraceReaderLogQEMU.h   |   4 +-<br>
>  tester/covoar/TraceWriterBase.h      |   4 +-<br>
>  tester/covoar/TraceWriterQEMU.h      |   4 +-<br>
>  tester/covoar/configFile.txt         |   8 +-<br>
>  tester/covoar/configfile_test.cc     |   2 +-<br>
>  tester/covoar/coverage_converter.cc  |   8 +-<br>
>  tester/covoar/covmerge.cc            |  32 +-<br>
>  tester/covoar/covoar.css             |  10 +-<br>
>  tester/covoar/mkExplanation          |  10 +-<br>
>  tester/covoar/qemu-dump-trace.c      |   4 +-<br>
>  tester/covoar/table.js               |  68 ++--<br>
>  51 files changed, 718 insertions(+), 713 deletions(-)<br>
><br>
> --<br>
> 1.8.3.1<br>
><br>
> _______________________________________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org" target="_blank" rel="noreferrer">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div></div></div>