Skip to content

Commit f92bb7b

Browse files
committed
rm whitespaces
1 parent 8bf0388 commit f92bb7b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ while getopts ":A:I:i:c:t:b:sde" opt; do
6363
;;
6464
b )
6565
b=$OPTARG
66-
if [ "$b" != "build" ] &&
67-
[ "$b" != "menuconfig" ] &&
68-
[ "$b" != "reconfigure" ] &&
69-
[ "$b" != "idf-libs" ] &&
70-
[ "$b" != "copy-bootloader" ] &&
66+
if [ "$b" != "build" ] &&
67+
[ "$b" != "menuconfig" ] &&
68+
[ "$b" != "reconfigure" ] &&
69+
[ "$b" != "idf-libs" ] &&
70+
[ "$b" != "copy-bootloader" ] &&
7171
[ "$b" != "mem-variant" ]; then
7272
print_help
7373
fi
@@ -134,7 +134,7 @@ if [ "$BUILD_TYPE" != "all" ]; then
134134
# Skip building for targets that are not in the $TARGET array
135135
continue
136136
fi
137-
137+
138138
configs="configs/defconfig.common;configs/defconfig.$target"
139139
for defconf in `echo "$target_json" | jq -c '.features[]' | tr -d '"'`; do
140140
configs="$configs;configs/defconfig.$defconf"
@@ -188,7 +188,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
188188
continue
189189
fi
190190
fi
191-
191+
192192
# Skip chips that should not be a part of the final libs
193193
# WARNING!!! this logic needs to be updated when cron builds are split into jobs
194194
if [ "$TARGET" = "all" ] && [ $target_skip -eq 1 ]; then

0 commit comments

Comments
 (0)