config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PROPOSED] Remove trailing white space from config.guess


From: Paul Eggert
Subject: [PROPOSED] Remove trailing white space from config.guess
Date: Tue, 30 Apr 2019 09:22:56 -0700

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]