diff options
author | Martin Liska <mliska@suse.cz> | 2022-11-21 09:17:29 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-11-21 10:13:44 +0100 |
commit | 3d3b561fc3aaceb682ade756c3bb1ebb3f495231 (patch) | |
tree | 31d9f9ebdd38498177a0344393712956214ebb41 /fixincludes | |
parent | 061839c65de7d04589ced3a4e55ef391e7c66b71 (diff) | |
download | gcc-3d3b561fc3aaceb682ade756c3bb1ebb3f495231.zip gcc-3d3b561fc3aaceb682ade756c3bb1ebb3f495231.tar.gz gcc-3d3b561fc3aaceb682ade756c3bb1ebb3f495231.tar.bz2 |
changelog: Fix extra space after tab.
Diffstat (limited to 'fixincludes')
-rw-r--r-- | fixincludes/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index c3c398d..90e2d3d 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. |