Skip to content

Commit 1299e74

Browse files
committed
build: Whitespace police in configure. Puts out burning tinderbox.
1 parent d55fa2a commit 1299e74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ then
217217
| grep version \
218218
| cut -d ' ' -f 5-)
219219
CFG_LLVM_TRIPLE=$("$CFG_LLVM_BINDIR/llc" \
220-
--version \
221-
| grep Host: \
222-
| cut -d ' ' -f 4-)
220+
--version \
221+
| grep Host: \
222+
| cut -d ' ' -f 4-)
223223
elif [ ! -z "$CFG_LLVM_CONFIG" ]
224224
then
225225
CFG_LLVM_VERSION=$(llvm-config --version)

0 commit comments

Comments
 (0)