From 8a5b40e27a0b80b73a21dcae6e899fee7aa65074 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Sun, 2 Mar 2025 17:21:26 +0000 Subject: [PATCH] scripts: testbench_helper: fix intentation Fix the indentation. Signed-off-by: Liam Girdwood --- scripts/sof-testbench-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/sof-testbench-helper.sh b/scripts/sof-testbench-helper.sh index 3051349d579b..393b689cf973 100755 --- a/scripts/sof-testbench-helper.sh +++ b/scripts/sof-testbench-helper.sh @@ -79,7 +79,7 @@ while getopts "b:c:hi:km:n:o:p:r:t:vx" opt; do i) CLIP=${OPTARG} ;; - k) + k) KEEP_TMP=true ;; m) @@ -105,7 +105,7 @@ while getopts "b:c:hi:km:n:o:p:r:t:vx" opt; do v) VALGRIND=valgrind ;; - x) + x) XTRUN=true ;; *)