From 8a6d6554b7b02ec0f1417852029e06ed3d046b14 Mon Sep 17 00:00:00 2001 From: Karsten Sperling Date: Tue, 25 Oct 2022 11:03:26 +1300 Subject: [PATCH] restyle --- src/darwin/Framework/chip_xcode_build_connector.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/darwin/Framework/chip_xcode_build_connector.sh b/src/darwin/Framework/chip_xcode_build_connector.sh index b80d61a14b3363..0357064c6c626c 100755 --- a/src/darwin/Framework/chip_xcode_build_connector.sh +++ b/src/darwin/Framework/chip_xcode_build_connector.sh @@ -69,8 +69,8 @@ for arch in "${archs[@]}"; do if [ -z "$target_arch"] ]; then target_arch="$arch" case "$arch" in - x86_64) target_cpu="x64";; - *) target_cpu="$arch";; + x86_64) target_cpu="x64" ;; + *) target_cpu="$arch" ;; esac fi if [ -n "$target_cflags" ]; then