[vlc-devel] [PATCH 2/2] package/win32: Fix indentation

Marvin Scholz epirat07 at gmail.com
Fri Oct 4 14:21:44 CEST 2019


---
 extras/package/win32/build.sh | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index 97c831ce51..792b0aee2f 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -132,17 +132,17 @@ fi
 
 # Rebuild the contribs or use the prebuilt ones
 if [ "$PREBUILT" != "yes" ]; then
-make list
-make -j$JOBS fetch
-make -j$JOBS -k || make -j1
-if [ "$PACKAGE" = "yes" ]; then
-make package
-fi
+    make list
+    make -j$JOBS fetch
+    make -j$JOBS -k || make -j1
+    if [ "$PACKAGE" = "yes" ]; then
+        make package
+    fi
 elif [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
-make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
+    make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
 else
-make prebuilt
-make .luac
+    make prebuilt
+    make .luac
 fi
 cd ../..
 
-- 
2.20.1 (Apple Git-117)



More information about the vlc-devel mailing list