* config.guess: Remove space after "#endif", as Gnulib and
some other downstream projects frown on trailing white space.
---
 config.guess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.20.1


_______________________________________________
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches

Reply via email to