Skip to content

Commit 164c844

Browse files
committed
Build: remove tabs from bash script
1 parent 1c2a810 commit 164c844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build/Scripts/build_thirdparty_libs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ while [[ $# -gt 0 ]]; do
4343
shift
4444
;;
4545
--no-libs)
46-
no_libs=true
46+
no_libs=true
4747
clean_fds=true
4848
shift
4949
;;
@@ -52,7 +52,7 @@ while [[ $# -gt 0 ]]; do
5252
break
5353
;;
5454
*)
55-
ARG="${ARG} $1" # Append unrecognized arguments to ARG
55+
ARG="${ARG} $1" # Append unrecognized arguments to ARG
5656
shift
5757
;;
5858
esac

0 commit comments

Comments
 (0)