Skip to content

Commit 8a5b40e

Browse files
lgirdwoodlrgirdwo
authored andcommitted
scripts: testbench_helper: fix intentation
Fix the indentation. Signed-off-by: Liam Girdwood <liam.r.girdwood@intel.com>
1 parent f1bbbaf commit 8a5b40e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/sof-testbench-helper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ while getopts "b:c:hi:km:n:o:p:r:t:vx" opt; do
7979
i)
8080
CLIP=${OPTARG}
8181
;;
82-
k)
82+
k)
8383
KEEP_TMP=true
8484
;;
8585
m)
@@ -105,7 +105,7 @@ while getopts "b:c:hi:km:n:o:p:r:t:vx" opt; do
105105
v)
106106
VALGRIND=valgrind
107107
;;
108-
x)
108+
x)
109109
XTRUN=true
110110
;;
111111
*)

0 commit comments

Comments
 (0)