Skip to content

Commit 2c48b3c

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/sof-testbench-helper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ while getopts "b:c:hi:km:n:o:p:r:t:vx" opt; do
8383
i)
8484
CLIP=${OPTARG}
8585
;;
86-
k)
86+
k)
8787
KEEP_TMP=true
8888
;;
8989
m)
@@ -109,7 +109,7 @@ while getopts "b:c:hi:km:n:o:p:r:t:vx" opt; do
109109
v)
110110
VALGRIND=valgrind
111111
;;
112-
x)
112+
x)
113113
XTRUN=true
114114
;;
115115
*)

0 commit comments

Comments
 (0)