From 1299e74db328f1134bc554f0886450f31e790216 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Wed, 4 May 2011 19:14:01 -0700 Subject: [PATCH] build: Whitespace police in configure. Puts out burning tinderbox. --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index a359de9c29f..392434631a2 100755 --- a/configure +++ b/configure @@ -217,9 +217,9 @@ then | grep version \ | cut -d ' ' -f 5-) CFG_LLVM_TRIPLE=$("$CFG_LLVM_BINDIR/llc" \ - --version \ - | grep Host: \ - | cut -d ' ' -f 4-) + --version \ + | grep Host: \ + | cut -d ' ' -f 4-) elif [ ! -z "$CFG_LLVM_CONFIG" ] then CFG_LLVM_VERSION=$(llvm-config --version)