Skip to content

Commit

Permalink
Restyled by shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and zcduthie committed Jan 16, 2024
1 parent 40c0f42 commit 1010696
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions scripts/examples/gn_build_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ shift
NINJA_ARGS=()
for arg; do
case $arg in
-v)
NINJA_ARGS+=(-v)
;;
*=*)
GN_ARGS+=("$arg")
;;
*import*)
GN_ARGS+=("$arg")
;;
*)
echo >&2 "invalid argument: $arg"
exit 2
;;
-v)
NINJA_ARGS+=(-v)
;;
*=*)
GN_ARGS+=("$arg")
;;
*import*)
GN_ARGS+=("$arg")
;;
*)
echo >&2 "invalid argument: $arg"
exit 2
;;
esac
done

Expand Down

0 comments on commit 1010696

Please sign in to comment.