Skip to content

src: remove unnecessary std::endl usage

This commit removes a few std::endl that could be replaced by '\n' as it does not look like the buffer needs to be flushed in these places.

This is only done in error handling, and once when the report has been generated, so this is very minor but I thought I'd bring it up in case it was overlooked.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading