When using llvm-cov.exe to generate the HTML report, the HTML report can look quite different to the source file if it includes tabs. The patch includes:
- Use the default tab size is 2 spaces instead of 8 spaces.
- Add a command line switch (-tab-size) that allows user to set the tab size.
Does the second RUN line achieve any additional test coverage for this patch? If not, please remove it.