* config.guess: Remove space after "#endif", as Gnulib and some

other downstream projects frown on trailing white space.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Paul Eggert 2019-05-01 06:29:40 +10:00 committed by Ben Elliston
parent 798218fde9
commit b98424c249
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2019-05-01 Paul Eggert <eggert@cs.ucla.edu>
* config.guess: Remove space after "#endif", as Gnulib and some
other downstream projects frown on trailing white space.
2019-04-28 Urs Janßen <urs@tin.org>
* config.guess: Use utsname version instead of preprocessor macros

2
config.guess vendored
View File

@ -1580,7 +1580,7 @@ main ()
printf ("mips-dec-ultrix%s\n", un.release); exit (0);
#else
printf ("mips-dec-ultrix\n"); exit (0);
#endif
#endif
#endif
#endif