From 2f81519695d765b2e28b95c53a55ad0e15febaf4 Mon Sep 17 00:00:00 2001 From: "Henrique B. R" Date: Tue, 9 Jul 2024 15:52:52 +0100 Subject: [PATCH] Indentation --- scripts/build-platypus-csd3-ampere.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-platypus-csd3-ampere.sh b/scripts/build-platypus-csd3-ampere.sh index 8463fba2..a5532de8 100755 --- a/scripts/build-platypus-csd3-ampere.sh +++ b/scripts/build-platypus-csd3-ampere.sh @@ -42,8 +42,8 @@ set_paths() { echo "Building in ${BUILD_PATH}" mkdir -p "${BUILD_PATH}" || { - echo "Failed to create ${BUILD_PATH}" - exit 1 + echo "Failed to create ${BUILD_PATH}" + exit 1 } cd "${BUILD_PATH}" || exit 1