Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmades committed Jul 28, 2024
1 parent b164e5a commit c16124e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/clang_format/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function catch_error() {

function parse_arguments() {
while [[ $# -gt 0 ]]; do
key="$1"
key=$1
case ${key} in
--clang_format_file)
declare -g clang_format_file
Expand Down

0 comments on commit c16124e

Please sign in to comment.