diff options
author | Jim Meyering <jim@meyering.net> | 2005-05-18 21:39:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-05-18 21:39:11 +0000 |
commit | 035c732c59fe5f0cbec927c3b7aac34c60d2c873 (patch) | |
tree | eaee2253f66cc49aa29e68ff285e208c6e338e75 | |
parent | 666680ddaac4dbf6991196eee7a818ffb31f1a39 (diff) | |
download | coreutils-035c732c59fe5f0cbec927c3b7aac34c60d2c873.tar.xz |
remove trailing blanks
-rw-r--r-- | build-aux/config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess index de1326b94..7c278c6eb 100644 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -655,7 +655,7 @@ EOF then # avoid double evaluation of $set_cc_for_build test -n "$CC_FOR_BUILD" || eval $set_cc_for_build - + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: |