Skip to content

Commit 66850f8

Browse files
author
Helio
committed
Fix indent
1 parent e030e4e commit 66850f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bbload

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ function load() {
5151

5252
for chunk in ${!chunks[@]}; do
5353
result="$(gatttool -i hci0 \
54-
-a 0x0031 \
55-
-b "$mac_address" \
56-
-n "${chunks[chunk]}" \
57-
--char-write-req 2>&1)"
54+
-a 0x0031 \
55+
-b "$mac_address" \
56+
-n "${chunks[chunk]}" \
57+
--char-write-req 2>&1)"
5858
if [[ "$result" == "Characteristic value was written successfully" ]]; then
5959
percentage=$(bc <<< "scale=2; ($((chunk+1))/${#chunks[@]})*100")
6060
upload_progress "${percentage%.*}"

0 commit comments

Comments
 (0)