boostorg / gil

Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
https://boostorg.github.io/gil
Boost Software License 1.0
179 stars 163 forks source link

style: Remove trailing space characters #651

Closed striezel closed 2 years ago

striezel commented 2 years ago

Description

Removes unnecessary trailing space characters in .cpp/.hpp files.

No functional changes, this is just a "nice to have" cleanup thing.

References

None.

Tasklist

striezel commented 2 years ago

Azure Pipelines with Windows 2016 failed. To be more precise, it was cancelled on start. It shows the following error:

This is a scheduled windows-2016 brownout. The windows-2016 environment is deprecated and will be removed on April 1st, 2022. For more details, see https://github.com/actions/virtual-environments/issues/5238

Looks like Microsoft is finally removing Windows 2016 / Visual Studio 2019 there, too, just like they did on the GitHub Actions environments a while ago. (Also see https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/.) So this means I will probably send another PR for the CI soon, this time updating or removing Windows 2016 stuff of Azure.

mloskot commented 2 years ago

I will probably send another PR for the CI soon, this time updating or removing Windows 2016 stuff of Azure.

👍 Thanks in advance!