Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: remove unnecessary std::endl usage #30003

Closed
wants to merge 2 commits into from

Commits on Oct 17, 2019

  1. 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.
    danbev committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    0254759 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    2c6b9fa View commit details
    Browse the repository at this point in the history