From 7fd7ab305095b5e06743fdb3090233406a51b1b5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 16 May 2026 02:44:47 +0200 Subject: [PATCH] fix: Code formatting (#1726) --- src/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/install.sh b/src/install.sh index 5d91a05..3430654 100644 --- a/src/install.sh +++ b/src/install.sh @@ -458,9 +458,9 @@ extractESD() { /run/progress.sh "$bootWimFile" "$total3" "$msg ([P])..." & wimlib-imagex export "$iso" "$imageIndex" "$bootWimFile" --compress=none --boot --quiet || { - retVal=$? - fKill "progress.sh" - error "Adding Windows Setup failed ($retVal)" && return 1 + retVal=$? + fKill "progress.sh" + error "Adding Windows Setup failed ($retVal)" && return 1 } fKill "progress.sh" @@ -594,7 +594,7 @@ getPlatform() { case "${arch,,}" in "0" ) platform="x86" ;; "9" ) platform="x64" ;; - "12" )platform="arm64" ;; + "12" ) platform="arm64" ;; esac echo "$platform"