commit | b6f14bbd52a7bf47cfb175ff2d7058fa9c69b363 | [log] [tgz] |
---|---|---|
author | Anders Roxell <anders.roxell@linaro.org> | Sun Mar 16 03:33:00 2025 +0100 |
committer | nareshkamboju <naresh.kamboju@gmail.com> | Tue Mar 25 21:20:50 2025 +0530 |
tree | 307230ee880e9d1a36c5cbc453074784550831df | |
parent | 3462ad8306fd59d6b5d31114a2317f8ab64fadd1 [diff] |
automated: linux: pi-stress: fix indentation Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
diff --git a/automated/linux/pi-stress/pi-stress.sh b/automated/linux/pi-stress/pi-stress.sh index 6ad0d17..938e3e6 100755 --- a/automated/linux/pi-stress/pi-stress.sh +++ b/automated/linux/pi-stress/pi-stress.sh
@@ -26,7 +26,7 @@ D) DURATION="${OPTARG}" ;; m) MLOCKALL="${OPTARG}" ;; r) RR="${OPTARG}" ;; - w) BACKGROUND_CMD="${OPTARG}" ;; + w) BACKGROUND_CMD="${OPTARG}" ;; *) usage ;; esac done