From 393b1b71a545c9acc58950983bb17966feaa2724 Mon Sep 17 00:00:00 2001 From: Rob Sykes Date: Wed, 26 Aug 2015 20:08:13 +0100 Subject: [PATCH] white-space --- inst-check-soxr | 2 +- tests/q-test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inst-check-soxr b/inst-check-soxr index 6dfa5bd..5f923b8 100755 --- a/inst-check-soxr +++ b/inst-check-soxr @@ -20,7 +20,7 @@ build_examples() { if [ x"$arg" = x ]; then echo "Examples in `pwd`; using local headers:" # for when dev pkg not installed libs=-l$1 - cflags=-I$dir/src + cflags=-I$dir/src else echo "Examples in `pwd`; using pkg-config:" libs=$(pkg-config --libs $1) diff --git a/tests/q-test b/tests/q-test index 454a41a..7c6b3d1 100755 --- a/tests/q-test +++ b/tests/q-test @@ -42,7 +42,7 @@ sox -r $rate1 -n -c $c 0.$ext synth 5: sin 0:$rate1n gain -1 for q in `seq $q1 $q2`; do echo $rate1 '-->' $rate2 c=$c q=$q - time $tool $rate1 $rate2 $c $e $e $q < 0.$ext > /dev/null; + time $tool $rate1 $rate2 $c $e $e $q < 0.$ext > /dev/null; done echo $rate1 '-->' $rate2 c=$c q=v time $tool $rate1 $rate2 $c $e $e 4 20 < 0.$ext > /dev/null