From b98424c249119b79d3f709e26eb86f2fd4d5e5f3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 1 May 2019 06:29:40 +1000 Subject: [PATCH] * config.guess: Remove space after "#endif", as Gnulib and some other downstream projects frown on trailing white space. Signed-off-by: Ben Elliston --- ChangeLog | 5 +++++ config.guess | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 60df0b2..7abf073 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-05-01 Paul Eggert + + * config.guess: Remove space after "#endif", as Gnulib and some + other downstream projects frown on trailing white space. + 2019-04-28 Urs Janßen * config.guess: Use utsname version instead of preprocessor macros diff --git a/config.guess b/config.guess index 6f9f2bd..4cd9454 100755 --- a/config.guess +++ b/config.guess @@ -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