* config.guess: Remove trailing whitespace.

This commit is contained in:
Ben Elliston 2007-07-24 03:27:41 +00:00
parent 81b28678cc
commit 4f1347ca0b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-07-24 Ben Elliston <bje@gnu.org>
* config.guess: Remove trailing whitespace.
2007-07-22 Ben Elliston <bje@gnu.org> 2007-07-22 Ben Elliston <bje@gnu.org>
Reported by Luke Mewburn <luke@mewburn.net>: Reported by Luke Mewburn <luke@mewburn.net>:

2
config.guess vendored
View File

@ -793,7 +793,7 @@ EOF
exit ;; exit ;;
*:Interix*:[3456]*) *:Interix*:[3456]*)
case ${UNAME_MACHINE} in case ${UNAME_MACHINE} in
x86) x86)
echo i586-pc-interix${UNAME_RELEASE} echo i586-pc-interix${UNAME_RELEASE}
exit ;; exit ;;
EM64T | authenticamd) EM64T | authenticamd)