Skip to content

Commit

Permalink
scripts: testbench_helper: fix intentation
Browse files Browse the repository at this point in the history
Fix the indentation.

Signed-off-by: Liam Girdwood <liam.r.girdwood@intel.com>
  • Loading branch information
lgirdwood authored and lrgirdwo committed Mar 3, 2025
1 parent f1bbbaf commit 8a5b40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sof-testbench-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
;;
*)
Expand Down

0 comments on commit 8a5b40e

Please sign in to comment.