From faaa306c6ae7b00fa5e53321203f072776eefa0a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 1 May 2009 01:13:30 +0200 Subject: [PATCH] s3:config.guess: clean some whitespace/tab mixtures that git complains about Michael --- source3/config.guess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/config.guess b/source3/config.guess index 2476c299d6d3..cb5b95961178 100755 --- a/source3/config.guess +++ b/source3/config.guess @@ -806,7 +806,7 @@ EOF echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:[3456]*) - case ${UNAME_MACHINE} in + case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; @@ -982,7 +982,7 @@ EOF echo x86_64-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so -- 2.34.1