diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-05-08 14:03:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 14:03:52 (GMT) |
commit | d513ddee94a05783b98f2b55f8fc0a4efbb9be82 (patch) | |
tree | 23c9f711d1d14a8b37fd1c7e923a66b4919c48ad /Tools | |
parent | 1f5679540ca4aa5c0eae06d3a2d5eda34b47e041 (diff) | |
download | cpython-d513ddee94a05783b98f2b55f8fc0a4efbb9be82.zip cpython-d513ddee94a05783b98f2b55f8fc0a4efbb9be82.tar.gz cpython-d513ddee94a05783b98f2b55f8fc0a4efbb9be82.tar.bz2 |
Trim trailing whitespace and test on CI (#104275)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/bundle/bootstrap/pch.h | 2 | ||||
-rw-r--r-- | Tools/msi/bundle/bootstrap/resource.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/msi/bundle/bootstrap/pch.h b/Tools/msi/bundle/bootstrap/pch.h index b0aa511..6d0974b 100644 --- a/Tools/msi/bundle/bootstrap/pch.h +++ b/Tools/msi/bundle/bootstrap/pch.h @@ -5,7 +5,7 @@ // The license and further copyright text can be found in the file // LICENSE.TXT at the root directory of the distribution. // </copyright> -// +// // <summary> // Precompiled header for standard bootstrapper application. // </summary> diff --git a/Tools/msi/bundle/bootstrap/resource.h b/Tools/msi/bundle/bootstrap/resource.h index 53c03c3..d951e65 100644 --- a/Tools/msi/bundle/bootstrap/resource.h +++ b/Tools/msi/bundle/bootstrap/resource.h @@ -14,7 +14,7 @@ // Next default values for new objects -// +// #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 102 |