Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soxr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Sykes <robs@users.sourceforge.net>2015-08-26 22:08:13 +0300
committerRob Sykes <robs@users.sourceforge.net>2015-08-26 22:08:13 +0300
commit393b1b71a545c9acc58950983bb17966feaa2724 (patch)
tree54fd67686b7257cc313c5b30294dfc060eb93ba0
parentf329a01c2af849f82dc873ba4625611cbe9b2479 (diff)
white-space
-rwxr-xr-xinst-check-soxr2
-rwxr-xr-xtests/q-test2
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