From 6910f3ddd4a3f3c3ead55cdefa25095b12746421 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 20 Apr 2025 16:18:12 +0200 Subject: [PATCH] Whitespace --- submod.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/submod.sh b/submod.sh index 54228de..c62e387 100755 --- a/submod.sh +++ b/submod.sh @@ -1,16 +1,16 @@ #!/bin/bash set -ex -# + # Update top-level modules as a baseline git submodule update --init --recursive -# + # Use fixed master branch of circle-stdlib then re-update cd circle-stdlib/ git reset --hard git checkout 3bd135d git submodule update --init --recursive cd - -# + # Optional update submodules explicitly cd circle-stdlib/libs/circle git reset --hard @@ -19,7 +19,7 @@ cd - cd circle-stdlib/libs/circle-newlib #git checkout develop cd - -# + # Use fixed master branch of Synth_Dexed cd Synth_Dexed/ git reset --hard