summaryrefslogtreecommitdiff
path: root/fixincludes
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-21 09:17:29 +0100
committerMartin Liska <mliska@suse.cz>2022-11-21 10:13:44 +0100
commit3d3b561fc3aaceb682ade756c3bb1ebb3f495231 (patch)
tree31d9f9ebdd38498177a0344393712956214ebb41 /fixincludes
parent061839c65de7d04589ced3a4e55ef391e7c66b71 (diff)
downloadgcc-3d3b561fc3aaceb682ade756c3bb1ebb3f495231.tar.gz
changelog: Fix extra space after tab.
Diffstat (limited to 'fixincludes')
-rw-r--r--fixincludes/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index c3c398d5a59..90e2d3dc2fa 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -103,8 +103,8 @@
PR other/21823
PR bootstrap/80047
* fixincl.c (process): Simplify the handling for highly
- unlikely access() failure, to avoid using non-standard
- extensions.
+ unlikely access() failure, to avoid using non-standard
+ extensions.
2021-08-30 John David Anglin <danglin@gcc.gnu.org>
@@ -122,8 +122,8 @@
PR other/91085
* fixfixes.c (check_has_inc): New static function.
- (machine_name_fix): Don't replace header names in
- __has_include(...).
+ (machine_name_fix): Don't replace header names in
+ __has_include(...).
* inclhack.def (machine_name): Adjust test.
* tests/base/testing.h: Update.